michelem09 / bitfinex-api-node

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

Home Page:https://www.bitfinex.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitfinex Trading API for Node.JS. Bitcoin, Ether and Litecoin trading

=========

Build Status

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

  • Official implementation
  • REST API
  • WebSockets API

Installation

  npm install bitfinex-api-node

Usage

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

console.log('bitfinexApiNode', bitfinexApiNode, 'bitfinexWebsocket',
    bitfinexWebsocket, 'bitfinexRest', bitfinexRest);

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
* 0.3.0 Added support for v2 API

About

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

https://www.bitfinex.com/

License:MIT License


Languages

Language:JavaScript 100.0%