http-db-client
v1.2.1
Published
Client for http-db
Downloads
3
Readme
HTTP DB Client
This is a client for http-db.
Install
$ npm install --save http-db-client
Usage
var Client = require('http-db-client');
var db = new Client('http://localhost:8765', token);
See Documentation for full usage information.