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

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

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

Last synced: 3 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');
```