Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/m4ns0ur/covid

Small tool to check number of COVID-19 cases
https://github.com/m4ns0ur/covid

command-line covid covid-19 hacktoberfest

Last synced: about 15 hours ago
JSON representation

Small tool to check number of COVID-19 cases

Awesome Lists containing this project

README

        

# covid
[![goreportcard](https://goreportcard.com/badge/github.com/m4ns0ur/covid)](https://goreportcard.com/report/github.com/m4ns0ur/covid)

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](/.res/screenshot-1.png)

## Dataset
It's using data provided by [Johns Hopkins CSSE](https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series).

## License
MIT - see [LICENSE][license]

[license]: https://github.com/m4ns0ur/covid/blob/master/LICENSE