thingdom/node-neo4j

Documentation is not opening

nishantt12 opened this issue · 1 comments

Api Documentation url is working : - http://coffeedoc.info/github/thingdom/node-neo4j/master/

I need documentation, can you tell me how can i get that ?

That third-party hosted site seems to be down, unfortunately, but the good news is:

  • That's only the documentation for v1. If you're using v2, the docs are the v2 readme and the v2 spec.
  • If you are on v1, you can generate the documentation yourself locally by going into your node_modules/neo4j folder, running npm install and then npm run codo.

Hope that helps!