keywordsextract

1.0.0 • Public • Published

keywordsextract - extract keywords from any webside

Extract keywords with Node.js in the console


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
$ 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

Readme

Keywords

Package Sidebar

Install

npm i keywordsextract

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

2.76 kB

Total Files

3

Last publish

Collaborators

  • vladocar