This demo makes a request to the Instagram API to retrieve current popular images with the tag puppies
, and display them on the page. Take a look at:
index.html
- Live demo
- Instagram's
GET /v1/tags/{tag-name}/media/recent
API documentation- Note that this endpoint (conveniently) doesn't require authentication