Problem
Load data into Video selector using data retrieved from Youtube API
•
Copy 3 functions from attached file below into your javascript file
• MurrayGoogleAPIHelper.js↓
。 this code includes the API key you will need to use to access the api
• Run GetItems From Google() on page load
• Add code to GetItems From Google()
·
。 1. convert data from the youtube object format into the same format you had for the previous assignments (an object with Title, ID, Description)
。 2. Call your function LoadVideoSelectOptions at the end of GetItemsFromGoogle(or whatever you named yours)
(OPTIONAL) Update code to use a different Youtube PlayList (don't just use mine)
• Playlist cannot be a private list, must be at least unpublished, if not fully public
Tips
• Use your chrome developer console to inspect the jsonData that is returned by google
。 jsonData.items - an array of videos
o jsonData.items[0].snippet.title - the title of the first video
o jsonData.items[0].snippet.resourceld.videold - the videoID of the first video
• use array VariableName.push( new Data) to add an item to an existing array
• remember to move LoadVideoSelectOptions into the GetItemsFromGoogle function.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of