Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 849 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 849 Bytes

Youtube-Data-API

Steps to run the project

  • Step 1 : Login to https://console.developers.google.com/
    • create project
    • create service account credentails download the JSON file
    • Place the JSON file in the project folder
    • do the credentials path changes in mail.service.js and youtube.service.js
  • Step 2 :
    • run npm i , to download the dependencies
  • Step 3 :
    • run node index.js
  • Step 4 :
  • Step 5 :
    • For mail service to work open your goggle account -> security -> App Password -> create a new app passowrd
    • 16 digit password is generated , store password in the json file downloaded in Step1 as paramter password:"your 16 digit password"