https://github.com/ayoisaiah/gocorona
Track the latest Coronavirus (COVID-19) statistics from your terminal
https://github.com/ayoisaiah/gocorona
coronavirus coronavirus-tracking covid19-data golang
Last synced: 4 months ago
JSON representation
Track the latest Coronavirus (COVID-19) statistics from your terminal
- Host: GitHub
- URL: https://github.com/ayoisaiah/gocorona
- Owner: ayoisaiah
- License: mit
- Archived: true
- Created: 2020-04-04T09:15:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T22:18:57.000Z (over 4 years ago)
- Last Synced: 2024-11-22T03:32:20.462Z (12 months ago)
- Topics: coronavirus, coronavirus-tracking, covid19-data, golang
- Language: Go
- Homepage:
- Size: 405 KB
- Stars: 72
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Gocorona - Coronavirus Statistics Dashboard for your Terminal
[](https://goreportcard.com/report/github.com/ayoisaiah/gocorona)
[](https://www.codacy.com/manual/ayoisaiah/gocorona?utm_source=github.com&utm_medium=referral&utm_content=ayoisaiah/gocorona&utm_campaign=Badge_Grade)
[](http://hits.dwyl.com/ayoisaiah/gocorona)
[](http://makeapullrequest.com)
View the latest Coronavirus (COVID-19) statistics in your terminal.

## Features
- View worldwide stats for cases, deaths, recoveries, active cases and
mortality rate
- View stats for Coronavirus disease reports across the US states
- Track vaccine candidates
- Sort the data by cases, cases today, deaths, deaths today, recoveries, active,
critical and mortality rate
- See prevention tips and other info about the Coronavirus pandemic
## Demo
[](https://asciinema.org/a/6FfMPrBKsEqpiO7YyaEdrZoV0)
## Installation and usage
You can download binaries for Linux, Windows, and macOS on the [releases page](https://github.com/ayoisaiah/gocorona/releases).
Ensure the binary is executable by the current user, then execute it:
```bash
$ chmod +x gocorona-linux
$ ./gocorona-linux
```
Or if you have `go` installed, clone the repo and install from source:
```bash
$ git clone https://github.com/ayoisaiah/gocorona
$ cd gocorona
$ go install ./cmd/gocorona/...
```
Then run the `gocorona` command:
```bash
$ gocorona
```
## Credit and sources
Gocorona relies heavily on other open source software listed below:
- [Termui](https://github.com/gizak/termui)
- [Disease.sh API](https://github.com/disease-sh/API)
## Contribute
Bug reports, or pull requests are much welcome!
## Licence
Created by Ayooluwa Isaiah and released under the terms of the [MIT Licence](http://opensource.org/licenses/MIT).