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

https://github.com/getraid/coronagraph

Simple python script I wrote in like an hour
https://github.com/getraid/coronagraph

Last synced: about 1 year ago
JSON representation

Simple python script I wrote in like an hour

Awesome Lists containing this project

README

          

# Corona Graph

Fetches data from [covid19api.com](http://covid19api.com/) and displays it in matplotlib
Written in an hour to show a friend how easy python can be.

## Install
You need to have [Python 3](https://www.python.org/downloads/) installed.
Then clone this repo with `git clone https://github.com/getraid/CoronaGraph.git`
Enter the folder with `cd CoronaGraph`
Install the requirements: `pip3 install -r requirements.txt`

## Start
`python3 CoronaGraph.py`

![img](/docs/img.png)