ig-zord

0.1.2 • Public • Published

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
});

Readme

Keywords

none

Package Sidebar

Install

npm i ig-zord

Weekly Downloads

9

Version

0.1.2

License

none

Last publish

Collaborators

  • brendanobrienesq