Skip to content

Commit 45bbb7e

Browse files
committed
Docs: Added YouTube API key setup instructions
1 parent a3be437 commit 45bbb7e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

164178
6. Get the Groq API key:
165179
- Visit [Groq Console](https://console.groq.com/)

0 commit comments

Comments
 (0)