Crypto tracker to track prices from various exchanges using moneeda gateway API
- This repo uses boilerplate code from ultimate-flask-front-end , modified to use combination of webpack+babel upgrading the existing setup that was using gulp+bower.
- Also uses grayscale, a free bootstrap template for landing page.
- Node
- Python3
git clone https://github.com/jazib/crypto-tracker.git
cd crypto-tracker
npm install
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
cp .env.sample .env
Make sure you add moneeda token in .env file once copied.
npm run buildand in another window
sh run.shopen localhost:5000