This project pulls API data from poloniex.com and btc-e.com and displays the best conversion rate for a given currency pair.
It also displays how many units of each currency you would receive for 20 bitcoin.
Built using Node, Express, React, and Redux
https://secret-reef-95347.herokuapp.com/
To get started, you should simply be able to run:
$ npm install -g babel-cli gulp
$ npm install -g gulp
$ npm install
$ npm install -g nodemon babel-node
See Package.json for other scripts
$ gulp bundle-dev
Start the server at http://localhost:3000
$ babel-node src/server/index.js