Skip to content

Commit

Permalink
added instructions for using this with my other branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
polidore committed Dec 24, 2011
1 parent 0abe4a3 commit 985b522
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Expand Up @@ -2,17 +2,25 @@

Hook from mtgox to integrate with the rest of hook.io ecosystem

This is a branch to fix some inconsistencies with new mtgox api such as https server and to use my branch of hook.io-ws.

Notice local npm installs.

### Dependencies

- [hook.io](http://hook.io)
- [hook.io-ws](http://github.com/cronopio/hook.io-ws)

### Installation
git clone git://github.com/cronopio/hook.io-mtgox.git
cd hook.io-mtgox
git clone git://github.com/polidore/hook.io-mtgox.git
git clone git://github.com/polidore/hook.io-ws.git
cd hook.io-ws
git submodule init
git submodule update
cd ../hook.io-mtgox
npm install hook.io
npm install hook.io-ws
npm install ../hook.io-ws
npm install ../hook.io-ws/3rd/socket.io-client

### Runing
cd hook.io-mtgox
Expand All @@ -22,4 +30,4 @@ Hook from mtgox to integrate with the rest of hook.io ecosystem
![Screenshot1](http://i.imgur.com/Zilic.jpg)

Is possible set verbose with `-v` or `--verbose` to see the changes to the order book
![Screenshot2](http://i.imgur.com/n5rbE.jpg)
![Screenshot2](http://i.imgur.com/n5rbE.jpg)

0 comments on commit 985b522

Please sign in to comment.