I am trying to take this api: https://newsapi.org/v1/articles?source=techcrunch&sortBy=top&apiKey=9a9c9037fecf4bcb9e49ffa581f8713b and assign it to a variable in JS where if i console.log(variable) inside of a console of a browser it will give me a tree pertaining to the api. This is probably a horrible explanation, so here's a picture of what i'm looking to get: https://i.stack.imgur.com/bjipu.jpg
Barren Code: https://i.stack.imgur.com/IfVGZ.jpg src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' in HTML I used this Yahoo YQL in previous RSS apps I've made but clearly it doesn't work the same on this one