/--deprecated--nodejs-graph

:no_entry_sign: This project is no longer maintained. A shallow wrapper for IBM Graph

Primary LanguageJavaScriptApache License 2.0Apache-2.0

IBM Graph client for Node.js

🚫 This project is no longer maintained.

A shallow wrapper for IBM Graph - not supported!

Install as dependency

npm install ibm-graph-client --save

Enable debugging output

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 library.

export DEBUG=ibm-graph-client
node app.js

or

DEBUG=ibm-graph-client node app.js

Documentation

To get started, follow the interactive guide for using IBM Graph with Node.js.