Skip to content

JrDevJobs/StreamTube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Jr.DevJobs Challenge: Stream Tube

Introduction

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.

Getting Started

To begin, Fork this repository to your GitHub account by clicking the Fork icon in the upper-right section of this page.

Forking Image

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.

User Story

As a user, I want to search for YouTube videos, have them load and automatically play in an endless stream.

Details

  • 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

About

Challenge: Search and endlessly stream YouTube videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published