Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/m4ns0ur/covid
- Owner: m4ns0ur
- License: mit
- Created: 2020-04-17T13:00:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T09:48:19.000Z (12 months ago)
- Last Synced: 2024-06-19T20:51:27.061Z (8 months ago)
- Topics: command-line, covid, covid-19, hacktoberfest
- Language: Go
- Homepage:
- Size: 102 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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