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

Readme

Keywords

Package Sidebar

Install

npm i bitfinex-streams

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • choliveros