https://github.com/pushkar1393/quickstream-react-video-streaming-application
A React based application which instantly searches for youtube videos you desire.
https://github.com/pushkar1393/quickstream-react-video-streaming-application
Last synced: about 1 month ago
JSON representation
A React based application which instantly searches for youtube videos you desire.
- Host: GitHub
- URL: https://github.com/pushkar1393/quickstream-react-video-streaming-application
- Owner: pushkar1393
- Created: 2018-08-02T16:57:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T04:09:06.000Z (over 4 years ago)
- Last Synced: 2025-02-25T13:42:15.105Z (over 1 year ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quickstream-react-video-streaming-application
A React based application which instantly searches for youtube videos you desire.
# Steps to run this project
* Download this project or clone the repo
* Run ` npm install ` to install dependencies
* Create an API key at [ Google Developer Console ](https://console.developers.google.com/apis) for Youtube data API v3
* Open index.js and replace the dummy API_KEY value
* Run `npm start`