1.0.6 ⢠Published 6 years ago
sentirest v1.0.6
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
- Github: @Sentirest