biothings_client.js
This is a unified Javascript client for BioThings API
Installation
Biothingsclient.js requires Node.js v6.11.4+ to run.
Install the dependencies and you are good to go.
$ cd biothings_client.js$ npm install
Tests
This package uses mocha for it's tests.
$ cd biothings_client.js$ npm test