0.2.2 • Published 8 years ago

gds-wrapper v0.2.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
8 years ago

gds-wrapper

A shallow wrapper to use the IBM Graph - Prototype!

Debugging

In order to see debugging messages for every API call that is made, set the environment variable DEBUG before running your application that uses the gds-wrapper library e.g.

export DEBUG=gds-wrapper
node app.js

or

DEBUG=gds-wrapper node app.js