Hi folks,
Sorry for the delay. Was on vacation. =)
It's too bad the CoffeeDoc site is down these days. It only had the v1 documentation though. If you're still running node-neo4j v1 (you can check by doing `npm ls neo4j` in your project), you can build the documentation locally by doing:
npm explore neo4j
npm install
npm run codo
However, if you're new, I highly recommend starting with node-neo4j v2 instead (npm install ne...@2.0.0-RC2):
And the documentation for v2 is right in that readme.
If you're currently on v1 and interested in migrating to v2:
Hope this helps!
Cheers,
Aseem