Jr.DevJobs Challenge: Stream Tube
In this challenge you will create a webpage using YouTube's Data API and Player API to search and endlessly stream YouTube videos.
You are free to do this in any language or framework, however the sample is written in JavaScript.
To begin, Fork this repository to your GitHub account by clicking the Fork icon in the upper-right section of this page.
If you're new to Forking, we suggest reading the GitHub documentation before moving forward.
Finally, in order to use the YouTube APIs you must obtain a free API Key by registering your project with Google.
As a user, I want to search for YouTube videos, have them load and automatically play in an endless stream.
- Take search input from the user and query YouTube for videos related to the search string
- Load the first video and automatically play it
- When a video ends, automatically load and play the next video
- Allow users to skip to the next and previous videos
