This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// this is a giant JSON object you have received back from the Instagram API | |
// Use it for good, solely on the front end, to create a photo gallery widget! | |
const instagramResponse = { | |
"meta": { | |
"code": 200 | |
}, | |
"data": [ | |
{ | |
"attribution": null, |