Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladocar/keywordsextract
keywords-extract - Command line tool extract keywords from any web page.
https://github.com/vladocar/keywordsextract
cli cocommand-line-tool command-line keyword-extraction keywords keywords-extraction node node-js nodejs seo seotools
Last synced: 18 days ago
JSON representation
keywords-extract - Command line tool extract keywords from any web page.
- Host: GitHub
- URL: https://github.com/vladocar/keywordsextract
- Owner: vladocar
- License: mit
- Created: 2018-10-21T22:13:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T13:28:23.000Z (about 6 years ago)
- Last Synced: 2024-08-01T00:50:18.847Z (3 months ago)
- Topics: cli, cocommand-line-tool, command-line, keyword-extraction, keywords, keywords-extraction, node, node-js, nodejs, seo, seotools
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 62
- Watchers: 6
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
```shell
$ npm i -g keywordsextract
```Example:
```shell
$ 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