IEX Finance has changed the pricing structure of their API and this no longer works
Graphs cryptocurrencys (ETH and BTC) from the South African Luno exchange using the Dash web framework.
Hosted at: http://crypto-grapher.marcelmarais.com/
Dependencies are found in the "environment.yaml" file. A virtual environment can be created via Anaconda.
conda env create -f environment.yml
Alterantively, the dependencies can be installed with pip using the "requirements.txt" file.
pip install -r requirements.txt
- Dash - The web framework used