Skip to content
/ covid Public

Small tool to check number of COVID-19 cases

License

Notifications You must be signed in to change notification settings

m4ns0ur/covid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid

goreportcard

Small tool to check number of COVID-19 cases.

Install

GO111MODULE=on go get github.com/m4ns0ur/covid Note that $GOPATH/bin should be in the path.

Usage

$ 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

Screenshot

screenshot-1

Dataset

It's using data provided by Johns Hopkins CSSE.

License

MIT - see LICENSE

About

Small tool to check number of COVID-19 cases

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages