extrapolate bitcoin market trends with fancy graphs and lambda functions 📈ƛ🐦
You need to have python
and a package manager (e.g. miniconda
) installed. The code is tested on python 3.5.2
only.
Install the required packages using the following command:
pip -r requirements.txt install
Start the app with python app.py
- parse query arguments
- robustify argument parsing (e.g. wrong format in date)
- make lambda-ish
- fix x-labels
- beautify the plot
- use seaborn instead of prettyplotlib
MIT © Andreas Offenhäuser