1.0.6 • Published 6 years ago

sentirest v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Powerful cloud-based API for sentiment detection

šŸ  Homepage

Install

npm install sentirest

Usage

1) Go to https://sentirest.com/ 2) Sign In and get api-key 3) Get result

const sentirest = require("sentirest")("<api-key>");

var result = sentirest.getSentiment("I will defenitely recommend product Sentirest to other people. Thanks!")
.then((data) => /* Sentiment data goes here */)
.catch((err) => /* Error handling to be done here */);

Author

šŸ‘¤ sentirest.com

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago