nancruz / InstaTag

A web app to slideshow the latest photos from Instagram with a specific tag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InstaTag

A web app to slideshow the latest photos from Instagram with a specific tag

Configuration

In order to this web app to work, it is necessary to specify an Access token and a tag. This access token can be obtained using the access_token script available with this app.

Access token and tag

This is the line that is necessary to modify to include the access token and the tag. This line is contained in the main.js file.

var url = 'https://api.instagram.com/v1/tags/<TAG>/media/recent?access_token=<ACCESS_TOKEN>';

About

A web app to slideshow the latest photos from Instagram with a specific tag


Languages

Language:JavaScript 98.6%Language:CSS 1.4%