Feat/proxy UI twitch events - #3
Open
Archknight23 wants to merge 4 commits into
Open
Conversation
added 4 commits
December 19, 2025 00:29
- Add local Node proxy endpoints for YouTube chat (no API key) and Twitch EventSub (channel points/raids). - Add Settings modal + local composer, persist settings/theme. - Apply cyberpunk/glass styling and optional local fonts. - Add HTTPS dev mode for Twitch OAuth redirect flow.
Changes to be committed:
modified: README.md
modified: server/index.js
modified: src/App.vue
modified: src/components/Settings.vue
new file: src/components/ViewerCount.vue
modified: src/services/kickService.js
modified: src/services/twitchEventProxyService.js
modified: src/services/twitchService.js
modified: src/services/youtubeProxyService.js
modified: src/services/youtubeService.js
modified: src/store/index.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
So basically this just lets you see Twitch events like raids, cheers, channel point redeems using a Twitch API endpoint you generate via Twitch Dev at:
https://dev.twitch.tv/consoleand logging in with your twitch, registering an app -> then making a name, using the endpoint you get in settings after runningcd <the directory you choose> && npm installnpm run dev:all:https #Twitch needs this for https redirect in dev consoleThen you go to the local host it generates, accept the cert warning (need help fixing this in later PR?) and then you'll have Twitch events after you ender
Twitch Client ID and Twitch Secret if like me you accidentally added oneuse endpoint
https://localhost:5173/auth/twitch