Home
Softono

Keywordsextract

Open source MIT JavaScript
62
Stars
13
Forks
1
Issues
4
Watchers
7 years
Last Commit

 About Keywordsextract

keywords-extract - Command line tool extract keywords from any web page.

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Keywordsextract?

We provide expert installation service for this software. Our team will install, configure, and secure Keywordsextract on your server. plans start at just $30.

Keywordsextract

View on GitHub

keywords-extract - extract keywords from any website

Extract keywords with Node.js in the console


Command line tool for keyword extraction. This Node.js project works mainly with two node modules "node-readability" that filters only the main text clearing the noise from the main text and "gramophone" module that filters the keywords from the texts.

Install & Use

$ npm i -g keywordsextract

Example:

$ keywordsextract --url https://en.wikipedia.org/wiki/Search_engine_optimization --n 3,4

You can use two parameters

--url the url address

--n number of words example:(--n 1,4) means from 1 word to max 4 words;

All the keywords will be displayed in the console and title.txt file will be created with the keywords.

License

This project is licensed under the MIT License