View the latest Coronavirus (COVID-19) statistics in your terminal.
- 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
You can download binaries for Linux, Windows, and macOS on the releases page.
Ensure the binary is executable by the current user, then execute it:
$ chmod +x gocorona-linux
$ ./gocorona-linux
Or if you have go
installed, clone the repo and install from source:
$ git clone https://github.com/ayoisaiah/gocorona
$ cd gocorona
$ go install ./cmd/gocorona/...
Then run the gocorona
command:
$ gocorona
Gocorona relies heavily on other open source software listed below:
Bug reports, or pull requests are much welcome!
Created by Ayooluwa Isaiah and released under the terms of the MIT Licence.