0.1.1 • Published 7 years ago

bitfinex-streams v0.1.1

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

bitfinex-streams

Build Status npm version

Stream bitfinex websocket api data

Install

Node.js

npm install --save-dev bitfinex-streams

Usage

const bitfinexStreams = require('bitfinex-streams');
const { OrderBookStream } = bitfinexStreams;

const orderBookStream = new OrderBookStream();

orderBookStream.pipe(...);

License

MIT (c) joliveros

0.1.1

7 years ago

0.0.4

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago