Skip to content

BITFINEX NodeJS trading API - Bitcoin, Litecoin, and Ether exchange

License

Notifications You must be signed in to change notification settings

Lecss/bitfinex-api-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitfinex API Node Reference Library

https://travis-ci.org/joshuarossi/bitfinex-api-node.svg

A Node.js reference implementation of the Bitfinex API. See the full docs at http://bitfinexcom.github.io/bitfinex-api-node/

Installation

  npm install bitfinex-api-node

Usage

  var bitfinex-api-node = require('bitfinex-api-node')
      bitfinex-websocket = bitfinex-api-node.websocket,
      bitfinex-rest = bitfinex-api-node.rest;

  console.log('bitfinex-api-node', bitfinex-api-node, 'bitfinex-websocket', bitfinex-websocket, 'bitfinex-rest', bitfinex-rest);

Tests

  npm test

Contributing

In 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.

Release History

* 0.0.1 Initial release

About

BITFINEX NodeJS trading API - Bitcoin, Litecoin, and Ether exchange

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%