2.1.0 • Published 9 years ago

textrazor v2.1.0

Weekly downloads
77
License
MIT
Repository
github
Last release
9 years ago

textrazor

TextRazor SDK for node.js

Installation

Install using npm:

$ npm install textrazor --save

Usage

const TextRazor = require('textrazor')
const textRazor = new TextRazor('<YOUR API KEY>')
const content = 'The Federal Reserve is the enemy of Ron Paul.'
const options = { extractors: 'entities,topics' }
textRazor.exec(content, options)
  .then(res => console.log(JSON.stringify(res)))
  .catch(err => console.error(err))

Test

Run tests:

$ npm test

Runs in Node.js v4.0+

License

The MIT License (MIT)

Copyright (c) 2016

2.1.0

9 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.1.0

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago