https://github.com/vinitshahdeo/miniyoutube
A React App using YouTube API
https://github.com/vinitshahdeo/miniyoutube
reactjs youtube-api youtube-search-api
Last synced: 2 months ago
JSON representation
A React App using YouTube API
- Host: GitHub
- URL: https://github.com/vinitshahdeo/miniyoutube
- Owner: vinitshahdeo
- License: mit
- Created: 2018-12-02T19:03:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T17:14:15.000Z (over 1 year ago)
- Last Synced: 2025-03-24T05:44:05.062Z (3 months ago)
- Topics: reactjs, youtube-api, youtube-search-api
- Language: JavaScript
- Homepage: https://vinitshahdeo.github.io/MiniYouTube/
- Size: 2.49 MB
- Stars: 32
- Watchers: 2
- Forks: 37
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mini YouTube
[](https://github.com/vinitshahdeo/MiniYouTube/) [](https://github.com/vinitshahdeo/MiniYouTube/) [](https://developers.google.com/youtube/v3/getting-started)
### A React App using YouTube API

### 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.
```js
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](https://developers.google.com/youtube/v3/getting-started)
### Thanks!
[](https://github.com/vinitshahdeo/)