bitso-streams

0.4.0 • Public • Published

bitso-streams

Build Status npm version

Stream bitso websocket api data

Install

Node.js

npm install --save-dev bitso-streams

Usage

const bitsoStreams = require('bitso-streams');
const { OrderBookStream } = bitsoStreams;
 
const orderBookStream = new OrderBookStream();
 
orderBookStream.pipe(...);

License

MIT (c) joliveros

Readme

Keywords

Package Sidebar

Install

npm i bitso-streams

Weekly Downloads

1

Version

0.4.0

License

MIT

Last publish

Collaborators

  • choliveros