Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

ayoisaiah/gocorona

Repository files navigation

Gocorona - Coronavirus Statistics Dashboard for your Terminal

Go Report Card Codacy Badge HitCount PR's Welcome

View the latest Coronavirus (COVID-19) statistics in your terminal.

Screenshot of application

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

asciicast

Installation and usage

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

Credit and sources

Gocorona relies heavily on other open source software listed below:

Contribute

Bug reports, or pull requests are much welcome!

Licence

Created by Ayooluwa Isaiah and released under the terms of the MIT Licence.