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

@@ -20,6 +20,9 @@
"colors": "^1.4.0",
"express": "^4.17.1",
"express-handlebars": "^4.0.4",
"fs-extra": "^9.1.0"
"fs-extra": "^9.1.0",
"ioredis": "^4.26.0",
"redis-json": "^5.0.0",
"trello": "^0.10.0"
}
}