Socket
Socket
Sign inDemoInstall

keywordsextract

Package Overview
Dependencies
112
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    keywordsextract

Extract keywords from website


Version published
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 21 Oct 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc