From 45bbb7e4ceba5fc21507ee28f2162905e3cced64 Mon Sep 17 00:00:00 2001 From: TiashaMaitra Date: Tue, 30 Dec 2025 14:03:46 +0530 Subject: [PATCH] Docs: Added YouTube API key setup instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 07d283d..9b39009 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,20 @@ cd app dbname=postgres ``` +6. Get the Youtube API key: + - Go to [https://developers.google.com/youtube/registering_an_application]. + - 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 + ``` 6. Get the Groq API key: - Visit [Groq Console](https://console.groq.com/)