I'm trying to access the top ten trending videos of youtube using their API's. On their website it says use the get request to the link https://gdata.youtube.com/feeds/api/standardfeeds/on_the_web. How would I implement this in Javascript and how exactly would I store the results? Would it be in an array?
Thanks in advance!