- Description:
- Print weekly incidence of corona in a given district
- Owner:
- Thomas Böhler
- Last Change:
- Clone URL:
ssh://anonymous@got.wtchr.de:61459/cli_incidence.git
Commit Briefs
Branches
Tree
| LICENSE.txt | commits | blame |
| README.md | commits | blame |
| main.go | commits | blame |
README.md
# cli_incidence cli_incidence talks to the RKI (Robert-Koch-Institut) REST API and prints the incidence of the specified districts to STDOUT. # Requirements - The Go compiler # Installing `go install` The executable `cli_incidence` will be installed in your $GOPATH. # Running `cli_incidence -d "12062,hildburghausen"`
