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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.5
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.5
    2
  • 0.1.4
    1
  • 0.1.3
    3
  • 0.1.2
    3

Package Sidebar

Install

npm i bitso-ws

Weekly Downloads

9

Version

0.1.5

License

MIT

Last publish

Collaborators

  • choliveros