Tree


.gitignorecommits | blame
LICENSEcommits | 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 using the [rki-covid-api](https://github.com/marlon360/rki-covid-api) written by [marlon360](https://github.com/marlon360/) as the REST API source.

## Compiling

Install the dependencies:

- go

Then compile discord_covid19:

```
make
```

## Usage

```
discovd_covid19 -h
```

## Resources

Send patches and questions to [~witcher/public-inbox@lists.sr.ht](https://lists.sr.ht/~witcher/public-inbox).

Instructions for preparing a patch are available at [git-send-email.io](https://git-send-email.io/).

Bugs and todo can be found at [~witcher/discord_covid19](https://todo.sr.ht/~witcher/discord_covid19).