I first learned about AngularJS last friday so I spent the weekend exploring the amazing features and principles of Angular. For learning purposes I created Metrogram:
Metrogram creates a slideshow out of Instagram photos with a specific tag.
Demo: metrogram.konstruktors.com
Source: github.com/kasparsd/metrogram
Great implementation! Would you consider exposing some of the settings which control what is shown on the webapp? You like what to search for, where to search for it and other settings.
/Sten
The search tag is already editable (try clicking on it), Netsi1964.
Thank you Kasper, I missed that one :-)
Graet!
How i can control the slide duration , its little bit fast for the eye to scan the image, read caption and comments
You can specify it here in metrogram.js file.
Perhaps You should consider adding an AngularJS route to your app which handles the slide speed like the tag does now. fi.: http://metrogram.konstruktors.com/#/tag/metronetlife/speed/6000
Hi Kaspars, is it possible to recive also video in metrogram stream?
Looks like the Instagram API returns both photos and videos. However, you’ll need to modify the display logic and template in order to play the videos instead of just showing the preview image.