Author

Topic: I made a Node.js module for bitcoin exchange prices!! (Read 841 times)

newbie
Activity: 18
Merit: 0
Hi All,

So a couple weeks ago I made my first node.js module xchange.js. In an effort to keep learning, I extended the functionality into a new project btc-stats.

Btc-stats exposes a bunch of price analytic functions across bitcoin exchanges. Not sure if this is the correct subthread for this, but could I please get some feedback? I realize this is something small and simple, but I really need to level up as a programmer and feel this is the only way I've been getting good suggestions.

Github
https://github.com/jxm262/btc-stats

NPM
https://www.npmjs.com/package/btc-stats


List of functions available
- avg
- weightedAvg
- min
- max
- minVolume
- maxVolume
- minSpread
- maxSpread
- exchangeMinSpread
- exchangeMaxSpread

List of available exchanges (currently only uses btc-usd, but I can upgrade that later)
- bitfinex
- bitstamp
- okcoin
- btce
- bter
- hitbtc
- ccex

I still have ideas to create a full javascript wrapper library to integrate every bitcoin exchange's web api's into 1 common library. Would anyone find any interest if this was built? Any other ideas I can work on?
Jump to: