Skip to content
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.

Latest commit

 

History

History
51 lines (37 loc) · 1.4 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.4 KB

neeedo-api-nodejs-client

Client for connectivity to our API, realized in Node.JS .

Travis Build Statu

NPM version

Dependency Status

codecov.io

codecov.io

Usage

  • Include in your package.json as NPM dependency:
npm install neeedo-api-nodejs-client --save
  • Use as module:
require('neeedo-api-nodejs-client');

Tests

  • Run tests:
npm test
  • Generate code coverage report:
npm install -g istanbul
npm run-script coverage