bitso-ws

0.1.5 • Public • Published

bitso-ws

npm version

Simple wrapper for Bitso websocket api.

Install

Node.js

npm install --save bitso-ws

Usage

var bitsoWs = require('bitso-ws');
 
bitsoWs(orders: true);
 
bitsoWs.on('data', function(data) {
  console.log(data);
});

License

MIT (c) joliveros

Readme

Keywords

Package Sidebar

Install

npm i bitso-ws

Weekly Downloads

1

Version

0.1.5

License

MIT

Last publish

Collaborators

  • choliveros