An app to manage requests for music performance streamers to learn new songs.
https://lrq.k7dxs.net/
Fix issue where when Twitch returns an empty page of subscribers, the app crashes due to trying to get response.data[0].user_id where response.data[0] is undefined Also adds some debug logging |
||
|---|---|---|
| db | ||
| public | ||
| src | ||
| views | ||
| .dockerignore | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| Dockerfile.prod | ||
| nodemon.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| RELEASE.md | ||
| tsconfig.json | ||
Learn Request Queue
An app to manage requests for music performance streamers to learn new songs.
Bootstrapping a Development Environment
-
Populate .env with:
URL_PREFIX=http://localhost PGHOST=db PGDATABASE=postgres PGUSER=postgres TWITCH_CLIENTID=Client ID from dev.twitch.tv TWITCH_SECRET=Client Secret from dev.twitch.tv SESSION_SECRET=Randomly generated secret YOUTUBE_SECRET=API Key from Google developer console (Youtube Data API v3, from web server) LOG_LEVEL=INFO -
docker-compose up(optionally with-d)