- Clone the repository :
git clone https://github.com/vinitshahdeo/MiniYouTube/- Run
npm install- Replace
API_KEY=XXXXXXXXXXinsrc/index.jswith your own YouTube API key.
const API_KEY = 'XXXXXXXXXXXX'; // REPLACE IT WITH YOUR YOUTUBE API KEY- Run
npm run start- Open browser and go to
http://localhost:8080/Get your YouTube API key here
