-
Notifications
You must be signed in to change notification settings - Fork 136
Docs: Added YouTube API key setup instructions #261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -160,6 +160,20 @@ cd app | |||||
| dbname=postgres | ||||||
| ``` | ||||||
|
|
||||||
| 6. Get the Youtube API key: | ||||||
| - Go to [https://developers.google.com/youtube/registering_an_application]. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix malformed markdown link syntax. The URL on line 164 uses bracket notation
🔎 Proposed fix- - Go to [https://developers.google.com/youtube/registering_an_application].
+ - Go to [Google YouTube Application Registration](https://developers.google.com/youtube/registering_an_application).📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| - Under the **API keys** section on that page, click on the link to go to **Create credentials**. | ||||||
| - In the left sidebar, click on **Library**. | ||||||
| - In the search bar that appears, search for **"YouTube Data API v3"**. | ||||||
| - Click **Enable**. | ||||||
| - Once enabled, click the **Create Credentials** button that appears on the page. | ||||||
| - Under "Which API are you using?", select **Public data**. | ||||||
| - (Optional) You may restrict the key if desired. | ||||||
| - Click **Create** to generate the API key. | ||||||
| - Copy the key and paste it into your `.env` file: | ||||||
| ```env | ||||||
| VITE_YOUTUBE_API_KEY=your_key_here | ||||||
| ``` | ||||||
|
Comment on lines
+163
to
+176
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Reconsider section placement: YouTube API key instruction belongs in Frontend Setup. The instructions document
Per the PR objectives, this should guide users through generating credentials needed by the Frontend. 🧰 Tools🪛 LanguageTool[uncategorized] ~163-~163: The official name of this popular video platform is spelled with a capital “T”. (YOUTUBE) 🤖 Prompt for AI Agents |
||||||
|
|
||||||
| 6. Get the Groq API key: | ||||||
| - Visit [Groq Console](https://console.groq.com/) | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix duplicate step numbering: both labeled "Step 6".
Lines 163 and 178 both start with "Step 6", creating ambiguity. The Groq API key step should be renumbered to "Step 7".
🔎 Proposed fix
Also applies to: 178-178
🧰 Tools
🪛 LanguageTool
[uncategorized] ~163-~163: The official name of this popular video platform is spelled with a capital “T”.
Context: ... dbname=postgres ``` 6. Get the Youtube API key: - Go to [https://developers...
(YOUTUBE)
🤖 Prompt for AI Agents
Capitalize "YouTube" consistently.
Line 163 uses "Youtube" but line 167 correctly uses "YouTube Data API v3". Standardize to the official product name "YouTube" throughout.
🔎 Proposed fix
📝 Committable suggestion
🧰 Tools
🪛 LanguageTool
[uncategorized] ~163-~163: The official name of this popular video platform is spelled with a capital “T”.
Context: ... dbname=postgres ``` 6. Get the Youtube API key: - Go to [https://developers...
(YOUTUBE)
🤖 Prompt for AI Agents