dvid
v1.1.0
Published
DVID API
Downloads
4
Readme
DVIDjs
DVIDjs is a JavaScript API built to ineract with a DVID server. It is used within the dvid-console applicaiton to provide a consistent communication layer.
Install
The simplest way to install is via npm
> npm install dvid
Available Methods
Check the src.
Developers
If you wish to hack on the code
clone the repository from github
change directory into the checkout
> npm install
> npm link
in your project
> npm link dvid