0.1.0 • Published 10 years ago

qcphyer v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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