Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alejandronanez/react-youtube
Youtube player using React.js
https://github.com/alejandronanez/react-youtube
Last synced: 17 days ago
JSON representation
Youtube player using React.js
- Host: GitHub
- URL: https://github.com/alejandronanez/react-youtube
- Owner: alejandronanez
- Created: 2016-02-04T00:06:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T20:29:55.000Z (almost 9 years ago)
- Last Synced: 2024-10-07T02:41:54.650Z (about 1 month ago)
- Language: JavaScript
- Size: 198 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Youtube Search
====Demo application that searches youtube videos. Using React only.
# How to run it locally?
First of all create a [Youtube API V3 Data API Key](https://console.developers.google.com/apis/library) and rename `src/youtube-api.tmpl.json` to `src/youtube-api.json`, write down your API Key inside `src/youtube-api.json`
After that you should do:
1. `npm install`
2. `npm start`
3. Open your browser in `http://localhost:3000`
# License
MIT [Alejandro Nanez Ortiz](http://github.com/alejandronanez)