A web app for seeing your recent Twitch chat mentions and/or other tracked words amongst channels you follow.
- NodeJS.
- Client ID and secret from the Twitch Developer Console.
- On your Twitch Developer Console app, set the callback redirect URL to
http://localhost:3000/auth/twitch/callback. - Run
npm ito install dependencies. - Copy
default_config.jsonand rename itconfig.json. - Open it and fill out your Twitch name, client ID and client secret. Change the port if you're hosting this on a VPS.
- Run
npm startornode .to start the app. - Open http://localhost:3000 and login.