about summary refs log tree commit diff stats
path: root/README.md
blob: d58bbfc860ccedaec22ba143750c5087b1ba68b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# myCOVIDcli

Hi!
I'm pretty new to Go, but I decided to use some of my downtime in this terrible situation to be able to see a 
nice printout of the places I'm monitoring from the CLI.

Please be respectful of the other connected projects!

Credits:

COVID19 updates from (Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE)
https://github.com/CSSEGISandData/COVID-19/

Some .gitignore inspiration from: https://github.com/github/gitignore

"DownloadFile" from https://golangcode.com/download-a-file-from-a-url/

renderfloat from https://gist.github.com/gorhill/5285193 (WTFPL)