repositorypackage
0.0.2
Repository: https://github.com/johndorian/clatest.git
Documentation: pkg.go.dev
# README
Clatest (Covid latest)
This is a small project to let you get the latest Covid numbers from the cmd line. The data is obtained from https://disease.sh, please have a look at the official documentation for more information. For the purpose of this app, the John Hopkins data is queried.
For more information about using the tool, head over to documentation. https://johndorian.github.io/clatest/
clatest united states
DATE | CASES | DEATHS | RECOVERED
-------------|----------|--------|------------
2021-03-26 | 30156621 | 548087 | 0
Development
# run the tests
task test
# build the binary
task build