-
Open google developers console Create a project
-
Create Enable apis and services
- Select youtube data api v3
-
Create credentials Take note of:
Key
-
Rename
.env.example
to.env
- Enter your
Key
- Enter your
Install dependencies
npm install
Run the project
npm start
DONE!