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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    1
  • 0.1.1
    1

Package Sidebar

Install

npm i tw-zord

Weekly Downloads

2

Version

0.1.2

License

none

Last publish

Collaborators

  • brendanobrienesq