aylien_textapi

0.7.0 • Public • Published

About

This is the node.js client library for AYLIEN's APIs. If you haven't already done so, you will need to sign up.

Installation

To install, simply use npm:

$ npm install aylien_textapi

See the Developers Guide for additional documentation.

Example

var AYLIENTextAPI = require('aylien_textapi');
var textapi = new AYLIENTextAPI({
  application_id: "YourApplicationId",
  application_key: "YourApplicationKey"
});
textapi.sentiment({'text': 'John is a very good football player!'}, function(error, response) {
  if (error === null) {
    console.log(response);
  }
});

Readme

Keywords

Package Sidebar

Install

npm i aylien_textapi

Weekly Downloads

89

Version

0.7.0

License

Apache-2.0

Unpacked Size

18.8 kB

Total Files

8

Last publish

Collaborators

  • aylien