Tree


.gitignorecommits | blame
Makefilecommits | blame
README.mdcommits | blame
args.gocommits | blame
covid.gocommits | blame
discord.gocommits | blame
go.modcommits | blame
go.sumcommits | blame
main.gocommits | 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.

This is using the [rki-covid-api](https://github.com/marlon360/rki-covid-api) written by [marlon360](https://github.com/marlon360/) as the REST API source.

# Requirements

- The Go compiler

# Compiling discord_covid19

`make`  
or  
`go build -o discord_covid19 *.go`

# Usage

Run discovd_covid19 with the `-h` flag to get some more information.