A Terminal app for Covid-19 stats
Covistat is a terminal app that displays Covid-19 statistics for Kerala, fetching and displaying from public APIs by Coronasafe.
- It uses goroutines for concurrent fetch and unmarshalling of response from sources.
- Stats updates usually take place every 24 hours.
Install the latest version in $GOBIN
or $GOROOT\bin
by
go install github.com/viswa/covistat@latest
Or download the appropriate binary from releases
covistat
Covistat is licensed under MIT License.