mirror of
https://github.com/jcreek/what-games-should-I-stream.git
synced 2026-07-12 18:33:46 +00:00
f6805e46b0da1ae4fd0e3eb4911fbfcccd03edfc
what-games-should-I-stream
A web app to show, in real time, which games have most viewers and least streamers, that can be played to best grow a Twitch audience.
Algorithm
Get top games (in sets of 100) by number of current viewers on Twitch, in order of most popular first -> https://dev.twitch.tv/docs/api/reference/#get-top-games
Loop through each game and get details of how many streamers there are for that game (in order of most popular first) and how many viewers each has -> https://dev.twitch.tv/docs/api/reference/#get-streams
Languages
JavaScript
72.9%
CSS
20%
HTML
7.1%