0.0.2 • Published 9 years ago

backbone.instagram v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Backbone.Instagram

var Instagram = require('backbone.instagram');
/*
* clientID: Your Instagram App's ClientID
* redirectURI: the URI to redirect to after authentication.
* tag: the Instagram tag you want displayed.
*/
var media = Instagram.MediaCollection({ clientID: 'x', redirectURI: 'y', tag: 'z' });
var feed = Instagram.FeedView({ el: '#feed', collection: media });
0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago