dparlevliet / node.bittrex.api

Node Bittrex API is an asynchronous node.js library for the Bittrex API, the data can be received either via GET request or Stream.
MIT License
253 stars 100 forks source link

Adding jsdoc comments #119

Open myst3k opened 6 years ago

myst3k commented 6 years ago

Adding inline jsdocs for easy document tracking of functionality. This should get the README up to date with all existing methods, and add in a few undocumented ones with examples.

Depends on #94 being merged