Tree
- Tree:
5f833ebde76c115da6867aaef6de100500e0d383- Date:
- Message:
- tracked districts on startup implemented
| 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.
