Get progress info from trello

This commit is contained in:
Jonathan Barrow
2021-04-19 16:21:50 -04:00
parent 5f50fe4ed1
commit 9be553cd9f
8 changed files with 457 additions and 13 deletions

View File

@@ -1,5 +1,10 @@
{
"http": {
"port": 80
},
"trello": {
"api_key": "key",
"api_token": "token",
"board_name": "name"
}
}