Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 276 Bytes

File metadata and controls

14 lines (9 loc) · 276 Bytes

React Youtube Client

This is a simple Youtube client built with React

Configuration

To run the project you need to get your own API key from youtube and set it on src\index.js as API_KEY

###Install and run project###

	> npm install
	> npm start