I want to keep an eye on MtGox ticker and be alerted if BTC price drops sharply.
Node.js + Socket.io seems to be the best way to achieve this, but unfortunately I'm quite new to this.
I found that client (github link) which is doing what I want. The thing is I'm blind here, I haven't even be able to display the current BTC price in the console.
From my poor JS knowledge I guessed I would need to use setInterval to compare 2 prices and evaluate price change but where ?