0.1.2 • Published 10 years ago

ig-zord v0.1.2

Weekly downloads
17
License
-
Repository
github
Last release
10 years ago

ig-zord

A Social Zord to wrap & convenience-ify working with instagram.


###Desired Usage, Level 1: I'd like to be able to say something like this:

 Ig
 .user(access_token)    
 .info(function(info){
 	// Do stuff with user Info
 })
 .photos(function(photos){

 })
 .feed(function(feed){

 })
 .photo(photoID, function(photo){

 })

Public Stuff doesn't need a user

Ig
.search('Apples', function())

Desired Usage, Level 2:

Alternate, Evented Method Would look like this:

Ig.user(access_token)
.info()
.photos()
.feed()
.comments()
.done(function(data){
   // data contains an object of 
   // everything I just asked for
});
0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

12 years ago

0.0.0

12 years ago