Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/williamwa/auto-keywords

generate keywords from text for nodejs
https://github.com/williamwa/auto-keywords

Last synced: about 2 months ago
JSON representation

generate keywords from text for nodejs

Awesome Lists containing this project

README

        

Extract keywords from text

to use it:

```
npm install auto-keywords
```

```
var extract = require('auto-keywords');

var keywords = extract('your text here');
```