1.0.3 • Published 8 years ago

node-calais v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

node-calais

Open Calais SDK for node.js.

Install

Install using npm:

    $ npm install node-calais

Usage

const Calais = require('node-calais')
const calais = new Calais('<YOUR API KEY>')
const content = 'The Federal Reserve is the enemy of Ron Paul.'
calais.exec(content)
  .then(res => console.log(JSON.stringify(res)))
  .catch(err => console.error(err))

Test

Run tests:

    $ npm test

Tested with node.js v4.0+

License

The MIT License (MIT)

Copyright (c) 2016

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago