Skip to content

justinbretting/cryptocurrency-exchange-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptocurrency Exchange Checker

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

Live Demo

https://secret-reef-95347.herokuapp.com/

Running locally

To get started, you should simply be able to run:

$ npm install -g babel-cli gulp

$ npm install -g gulp

$ npm install

Recommended for Development

$ npm install -g nodemon babel-node

See Package.json for other scripts

Run this while developing for most changes to be synced to your bundle and live reloaded

$ gulp bundle-dev

Start the server at http://localhost:3000

$ babel-node src/server/index.js

TODO: Automated Testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published