chrishodgson / react-youtube-search

Simple YouTube search screen that searches for videos as you type with the option to select a video from the list to watch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactYouTubeSearch

A simple YouTube search screen that searches for videos as you type with the option to select a video from the list to watch. Makes use of input throttling to improve the user experience when searching for videos.

Getting Started

The following assumes that npm is installed. Checkout this repo, install dependencies, then start the webpack process with the following:

> git clone https://github.com/chrishodgson/ReactYouTubeSearch.git
> cd ReactYouTubeSearch
> npm install
> npm start

YouTube API Key

A default YouTube API key is setup for this project. This can be changed by editing the API_KEY in src/index.js. You can register your own api key at the Google Cloud Platform Console https://console.cloud.google.com/

About

Simple YouTube search screen that searches for videos as you type with the option to select a video from the list to watch.


Languages

Language:JavaScript 87.4%Language:HTML 6.7%Language:CSS 5.8%