@isabelle-ai/js-client

v1.0.1
Lightweight Sentiment Analysis Client.
sentiment sentiment analysis text text analysis

Dependency Status Dependency Size Open Issues Version

JavaScript / Node.js Client for The Worlds Most Powerful Sentiment Analysis API.

Example

import Isabelle from '@isabelle-js/js-client';

const client = new Isabelle({
    key: '9ce4e535-01d1-4f27-ad6f-649a4851c330', // your api key
});

const extract = async () => {
    try {
        const sentiment = await client.sentiment({
            text: 'I strongly hate apples because they taste horrible!',
        });

        console.log(sentiment);
    } catch (error) {
        console.error(error);
    }
};

extract();
npm i @isabelle-ai/[email protected]

Metadata

  • MIT
  • Whatever
  • Nick Parsons
  • released 2/24/2020

Downloads

Maintainers