0.0.4 • Published 7 years ago

dandelion-api v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Build Status

Coverage Status

#A nodejs client for the Dandelion API.

A small library that adds commas to numbers

Installation

npm install @gprinaricotti/node-dandelion

Usage

var API = require('node-dandelion');

var Dandelion = new API.Dandelion()

Dandelion.setToken('xxxxxxx');

Dandelion.getEntities({'text': 'The brown fox and the doctor'})
.then(function(data){
	console.log(data.body);
})
.catch(function(err){
	console.log(err);
});

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago