| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
=========
A Node.JS reference implementation of the Bitfinex API. See the full docs at http://bitfinexcom.github.io/bitfinex-api-node/
npm install bitfinex-api-nodevar bitfinexApiNode = require('bitfinex-api-node')
bitfinexWebsocket = bitfinexApiNode.websocket,
bitfinexRest = bitfinexApiNode.rest;
console.log('bitfinexApiNode', bitfinexApiNode, 'bitfinexWebsocket',
bitfinexWebsocket, 'bitfinexRest', bitfinexRest);npm testIn lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
* 0.0.1 Initial release * 0.3.0 Added support for v2 API
| Back | FazBrowse Home | New Git URL |