Hi All,
I've been wanting to get more experience with Node.js and learn some more about Bitcoin (new to the community). So I made a simple ticker library to help get the current spot price for a few exchanges. I realize this is something super simple and easy to develop, but was hoping to get some feedback since it's my first time putting any code out in public.
https://www.npmjs.com/package/xchange.jsgithub source
https://github.com/jxm262/xchange.jsI currently only made it to pull the spot price for BTC-USD and works on these exchanges -
bitfinex
bitstamp
okcoin
btce
btc38
bter
hitbtc
ccex
I was thinking of recreating the Xchange java library (
https://github.com/timmolter/XChange) , ported over to Node, but didn't know if anyone would find it useful. This library is essentially a wrapper for _all_ the api's of a bunch of exchanges. Kind of like a huge aggregator for java.
Can anyone give some feedback? What features would you find useful, what other applications could people use?
Or are there any projects in need of Node or Scala devs?