Nodejs crypto currency exchange spread monitor.
Want to console.log() out the current ask/bid spreads between bittrex, binance, gdax, and kraken every two seconds just because you can?
I did, sooo...
I used the amazing library CCXT (https://www.npmjs.com/package/ccxt) to get the current ask and bid spread from each of the exchanges listed above. I also used a fun library called colors (https://www.npmjs.com/package/colors) to add some flavor. Run npm i colors ccxt before you try to run this gist.
https://gist.github.com/anticlergygang/62f420e67d4a0894635bf41a3f91445c
Here's what it looks like.
I have a bunch of code to share so follow me or whatever and let me know if you have questions :)