An open API service indexing awesome lists of open source software.

https://github.com/petergrace/billyjoule

A discord bot for a piano bar
https://github.com/petergrace/billyjoule

Last synced: 9 months ago
JSON representation

A discord bot for a piano bar

Awesome Lists containing this project

README

          

# billyjoule
A discord bot for a piano bar

### developing
There's a `docker-compose.yml` file for local development, it absorbs envvars from a file `billyjoule.env` in the root.
```
cp billyjoule.env.sample billyjoule.env
docker-compose up
```