blob: c4d60c86b700134cfed71b28f9ebeeee2b5673c0 (
plain)
1
2
3
4
5
6
7
|
# Covid-19 Data Fetcher
This little go program fetches all EU, US, India, Brazil, Russia data from api.covidapi.com and prints them in pdf charts.
To prevent JSON Overflows US data is requested for 2 or 3 days at a time.
## Coming soon:
- Make Gifs and movies with Imagemagick
|