Skip to content

zarathon/youtubeClientWithReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Client with ReactJS

###Getting Started###

First you need npm!

####Familiar with Git?##### Checkout this repo, install dependencies, then start the gulp process with the following:

	> git clone https://github.com/zarathon/youtubeClientWithReact.git
	> cd youtubeClientWithReact
	> npm install
	> npm start

####Not Familiar with Git?##### Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

	> npm install
	> npm start

####Change Youtube API Key##### In index.js, change constant API_KEY to your key. You can take your API key with a google acount in: https://console.developers.google.com

About

A client for Youtube using only ReactJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published