Skip to content

chrishodgson/react-youtube-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors