0.0.6 • Published 8 years ago

bitmex-websocket v0.0.6

Weekly downloads
23
License
-
Repository
github
Last release
8 years ago

bitmex-websocket

NPM Package Dev Dependencies

An unofficial node.js wrapper for the BitMEX Bitcoin derivatives exchange websocket API

Official BitMEX website: https://www.bitmex.com

Getting Started

Installation:

npm install bitmex-websocket --save

Usage:

var WebSocket = require('bitmex-websocket');

WebSocket(function(websocket) {

    console.log('Asking for help.');
    websocket.send('"help"');

    websocket.on('message', function(message) {
        console.log('Message received:');
        console.log(message);
    });

});
0.0.6

8 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago