Skip to content

Latest commit

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

textrazor

TextRazor SDK for node.js

Installation

Install using npm:

$ npm install textrazor --save

Usage

constTextRazor=require('textrazor')consttextRazor=newTextRazor('<YOUR API KEY>')constcontent='The Federal Reserve is the enemy of Ron Paul.'constoptions={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

About

TextRazor SDK for node.js

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages