Tree
- Tree:
4803c1ac7d5daa33a3f6f4587297a2a6221c5e1e- Date:
- Message:
- added a bit of logging
| README.md | commits | blame |
| args.go | commits | blame |
| covid.go | commits | blame |
| discord.go | commits | blame |
| go.mod | commits | blame |
| go.sum | commits | blame |
| main.go | commits | blame |
| vaccinations.go | commits | blame |
README.md
# discord_covid19 discord_covid19 talks to the RKI (Robert-Koch-Institut) REST API and posts the formatted result to a discord channel. # Requirements - The Go compiler # Compiling covid19_updates_discord `go build *.go` # Usage Run discovd_covid19 with the `-h` flag to get some more information.
