Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 391 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 391 Bytes

Youtube Search

Google API console

  • 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

Install dependencies

  • npm install

Run the project

  • npm start

DONE!