Small tool to check number of COVID-19 cases.
GO111MODULE=on go get github.com/m4ns0ur/covid
Note that $GOPATH/bin
should be in the path.
$ covid -h
Shows number of COVID-19 cases.
Usage:
covid [flags]
Flags:
-e, --cache enable request caching (default true)
-c, --country string country to show number of cases for
-g --graph plot graph, only if country is selected
-s, --save save/overwrite data in file (default true)
-t, --top-confirmed Top 10 countries by most confirmed cases
--top-dead Top 10 countries by most dead cases
--top-recovered Top 10 countries by most recovered cases
-v, --verbose more verbose operation information
-h, --help help for covid
It's using data provided by Johns Hopkins CSSE.
MIT - see LICENSE