Youtube Channel Search

This was a really fun and unique project to put together. I had never worked with the Youtube API before, but I was challenged to see if I could create a full functioning channel search app.

I preloaded a couple of my favourite youtube channels in the drop-down selection and give the user the option to search for videos on those channels based on keywords found in the video title.

I also made an error screen if there are no videos on that channel that match with the keywords that the user searched with and an error screen when the search attempts have maxed out(Youtube limits their API search to 100 searches a day!).

You can view the web app HERE. If you would like to view the code in this project, you can see it HERE.