0.7.0 • Published 7 years ago

aylien_textapi v0.7.0

Weekly downloads
310
License
Apache-2.0
Repository
github
Last release
7 years ago

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);
  }
});
0.7.0

7 years ago

0.6.0

9 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago