herman3996 commited on
Commit
96228b0
·
verified ·
1 Parent(s): c3e0429

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -16
README.md DELETED
@@ -1,16 +0,0 @@
1
- # Comment Network
2
-
3
- ## Setup
4
-
5
- ### YouTube Data API Key Setup
6
-
7
- 1. Go to [Google Cloud Console - API Credentials](https://console.cloud.google.com/apis/credentials)
8
- 2. Create a new project or select an existing one
9
- 3. Click **Create Credentials** → **API Key**
10
- 4. Copy the generated API key
11
- 5. Create a `.env` file in the project root (or copy from `.env-example`)
12
- 6. Paste your API key in the `.env` file:
13
-
14
- ```
15
- YOUTUBE_API_KEY=your_api_key_here
16
- ```