Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 765 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 765 Bytes

DVIDjs

Build Status

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