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

/bitso-ws/

    Package Sidebar

    Install

    npm i bitso-ws

    Weekly Downloads

    9

    Version

    0.1.5

    License

    MIT

    Last publish

    Collaborators

    • choliveros