qcphyer
v0.1.0
Published
A q/promise based pure JS library for working with Neo4j.
Downloads
3
Maintainers
Readme
qcypher
A q/promises based pure JS library for working with Neo4j
Tests
qcypher has a suite of tests in the /spec
folder. In order to run the tests neo4j must be running and jasmine-node must be installed.
Requires jasmine-node to be installed globally. If you don't have it installed run:
$ npm install -g jasmine-node
Run the tests using:
$ npm test