An open API service indexing awesome lists of open source software.

https://github.com/akv3sic/cryptocurrency-charts

Cryptocurrency API data visualizations 📈 with Matplolib.
https://github.com/akv3sic/cryptocurrency-charts

cryptocurrency data data-visualization matplotlib python

Last synced: 8 months ago
JSON representation

Cryptocurrency API data visualizations 📈 with Matplolib.

Awesome Lists containing this project

README

          

![Cryptocurrency Charts logo](https://user-images.githubusercontent.com/57301167/125193873-0ccd3180-e24f-11eb-8908-8d0e17a43ea6.png)

### About

Cryptocurrency API data visualizations with Matplolib.

> School project

### Screenshots

![eth-last-1y](https://user-images.githubusercontent.com/57301167/124183391-6e0b3d00-dab8-11eb-8a6f-fa01216b19f8.png)

![cro-last-1y](https://user-images.githubusercontent.com/57301167/124183396-719ec400-dab8-11eb-8e43-740d31a448fe.png)

![market-caps](https://user-images.githubusercontent.com/57301167/124183403-7499b480-dab8-11eb-88c9-8bae15f5d92a.png)

### Setup
1. Clone repository.
```
git clone https://github.com/antekvesic/cryptocurrency-charts.git
cd cryptocurrency-charts
```
2. Create new virtual environment.
```
pyton -m venv venv
```
3. Run your virtual environment.
```
./venv/Scripts/activate
```
4. Install dependencies.
```
pip install -r requirements.txt
```
5. Create .env file to store your API key.

6. Run.
```
python main.py
```