File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,6 +160,20 @@ cd app
160160 dbname=postgres
161161 ` ` `
162162
163+ 6. Get the Youtube API key:
164+ - Go to [https://developers.google.com/youtube/registering_an_application].
165+ - Under the ** API keys** section on that page, click on the link to go to ** Create credentials** .
166+ - In the left sidebar, click on ** Library** .
167+ - In the search bar that appears, search for ** " YouTube Data API v3" ** .
168+ - Click ** Enable** .
169+ - Once enabled, click the ** Create Credentials** button that appears on the page.
170+ - Under " Which API are you using?" , select **Public data** .
171+ - (Optional) You may restrict the key if desired.
172+ - Click ** Create** to generate the API key.
173+ - Copy the key and paste it into your ` .env` file:
174+ ` ` ` env
175+ VITE_YOUTUBE_API_KEY=your_key_here
176+ ` ` `
163177
1641786. Get the Groq API key:
165179 - Visit [Groq Console](https://console.groq.com/)
You can’t perform that action at this time.
0 commit comments