Simple React application that uses Youtube's API to search and play Youtube videos.
In order to run this application, you will need to obtain your own YOUTUBE API key. The process can be found here.
Once you have obtained a key.
1. Create a new file in the src folder named config.js
2. Paste: export const API_KEY = 'YOUR KEY HERE';
1. git clone git@github.com:ymnj/react-Youtube-player.git@github.com:ymnj
2. npm install
3. npm run start