Tree
- Tree:
2a9458637aa641fe9d1daaaa04ce3a492bafaeb5- Date:
- Message:
- fixed README
| 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 discord_covid19 `go build -o discord_covid19 *.go` # Usage Run discovd_covid19 with the `-h` flag to get some more information.
