From 6071cf0d8f420204b42a6f4047b0bae5f67a25a6 Mon Sep 17 00:00:00 2001 From: Dessa Simpson Date: Mon, 9 Nov 2020 13:37:12 -0700 Subject: [PATCH] Add Youtube API key to README.md instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fcb5457..9f9d955 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ An app to manage requests for music performance streamers to learn new songs. TWITCH_CLIENTID=Client ID from dev.twitch.tv TWITCH_SECRET=Client Secret from dev.twitch.tv SESSION_SECRET=Randomly generated secret + YOUTUBE_SECRET=API Key from Google developer console (Youtube Data API v3, from web server) LOG_LEVEL=INFO