twitchdev / pubsub-javascript-sample

Apache License 2.0
43 stars 25 forks source link

Updated for 2022 Javascript and modern Twitch API #5

Open oelna opened 1 year ago

oelna commented 1 year ago

Updated with more modern Javascript. Removed jQuery and Bootstrap dependencies by using only vanilla JS and CSS contained in index.html. Updated Twitch API endpoints for auth and user info from Kraken to Helix. Added an easy way to listen to a few Pubsub topics with a few clicks.

Closes issues #2 and #3.

Changed the default scope to permit the use of more topics.

LeGitHubDeTai commented 10 months ago

be careful you left your connection token in the code

oelna commented 10 months ago

be careful you left your connection token in the code

I didn't 😉 But thanks! (I should probably clarify that it's a placeholder)