Cryptocurrency grapher for the South African Luno exchange đź’°
>***IEX Finance has changed the pricing structure of their API and this no longer works***
# Crypto-Grapher
Graphs cryptocurrencys (ETH and BTC) from the South African Luno exchange using the Dash web framework.
###
**Hosted at:**
crypto-grapher.marcelmarais…
##
## Dependencies
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
```
## Built With:
* Dash - The web framework used