Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 1.21 KB

README.md

File metadata and controls

33 lines (16 loc) · 1.21 KB

Mini YouTube

MiniYouTube MiniYouTube Youtube API

A React App using YouTube API

View Demo

How to run?

  • Clone the repository : git clone https://github.com/vinitshahdeo/MiniYouTube/

  • Run npm install

  • Replace API_KEY=XXXXXXXXXX in src/index.js with 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

Thanks!

Vinit Shahdeo