GithubHelp home page GithubHelp logo

mtgox-socket-client's Introduction

mtgox-socket-client

A Node.js Socket.io client for the MtGox bitcoin exchange Streaming API. This is a port from dlanod's https://github.com/dlanod/node-mtgox-websocket-client (the WebSocket API is now deprecated in favor of Socket.io).

Installation

$ npm install mtgox-socket-client

$ node demo.js

You may also need to put your API keys inside of 'keys.js' if you want to access the 'client' channel (e.g. your personal trades).

Example Use

var MtGoxClient = require('mtgox-client').MtGoxClient;

var client = new MtGoxClient({channels: {client: true, trade: true}});

/* Show the trade message every time someone makes a trade */
client.on("trade",function(message) {
	console.log("Got trade message from mtgox!",message);	
});

/* Show the trade message every there is a client-specific action (buy, sell, etc) */
client.on("other",function(message) {
	console.log("Got client-specific message from mtgox!",message);	
});

Contributors

License

Copyright 2011 Donald Ness, Olivier Lalonde, Jonathan Warden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

mtgox-socket-client's People

Contributors

johnwarden avatar olalonde avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

mtgox-socket-client's Issues

Problem with demo.js

I get this error running demo.js:

gizurmaca00510e:mtgox-socket-client jonas$ node demo.js 
Opening socket.
connecting
websocket
Successfully connected
Got subscribe confirmation Trade
Got subscribe confirmation Ticker
Got subscribe confirmation Market Depth

/Users/jonas/git/colmsjo/mtgox-socket-client/console-formatting.js:6
  var time = '[' + datetime.format(now, '%T') + ']';
                   ^
ReferenceError: datetime is not defined
    at getTimeFormat (/Users/jonas/git/colmsjo/mtgox-socket-client/console-formatting.js:6:20)
    at renderDepthMessage (/Users/jonas/git/colmsjo/mtgox-socket-client/demo.js:73:15)
    at null.<anonymous> (/Users/jonas/git/colmsjo/mtgox-socket-client/demo.js:40:3)
    at EventEmitter.emit (events.js:88:17)
    at SocketNamespace.self.subscribePrivate.httpsClient.idKey.key (/Users/jonas/git/colmsjo/mtgox-socket-client/mtgox.js:75:11)
    at SocketNamespace.EventEmitter.emit [as $emit] (/Users/jonas/git/colmsjo/mtgox-socket-client/node_modules/socket.io-client/lib/events.js:167:15)
    at SocketNamespace.onPacket (/Users/jonas/git/colmsjo/mtgox-socket-client/node_modules/socket.io-client/lib/namespace.js:173:20)
    at Socket.onPacket (/Users/jonas/git/colmsjo/mtgox-socket-client/node_modules/socket.io-client/lib/socket.js:398:30)
    at Transport.onPacket (/Users/jonas/git/colmsjo/mtgox-socket-client/node_modules/socket.io-client/lib/transport.js:81:17)
    at Transport.onData (/Users/jonas/git/colmsjo/mtgox-socket-client/node_modules/socket.io-client/lib/transport.js:58:16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.