a cryptocurrency comparison app
- Compares three cryptocurrencies using BTC-E, Poloniex, and CoinCap APIs
- Stores currency data inside local MongoDB for comparisons
- API routes listed through
/api
plus configures bitcoind to create 3 bitcoin addresses incomplete
- run a local version of mongo (
mongodin one window,mongoin another) anduse cryptodb - For development:
-- run
npm run dev( production scripts incomplete )
- 45 min
- set up & config
- 45 min
- connecting to Mongo
- setting up Mongoose schemas
- 6 hours
- reworking db setup
- creating api
- configuring webpack
- setting up router & components
- creating base styles
- connecting to BTC-E server-side
- begin aggregating data from all current rates
- 8 hours
- connecting to poloniex and coincap server-side
- grabbing high/low values for each coin
- rendering rates and best exchanges client side
- reworking db schema to work better with apis
- making server and comparison container look for new data every 5 min
- cleaning up data flow