bitfinex-streams

0.1.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    1
  • 0.0.4
    1
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i bitfinex-streams

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • choliveros