From 85ff9e6d33c643e45a608b9c7d80465f09fbfc3e Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Sun, 15 Sep 2019 11:50:19 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90b74b4..905eb52 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ -# what-gams-should-I-stream +# 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