npm.io
1.0.1 • Published 8 years ago

valencia

Licence
MIT
Version
1.0.1
Deps
1
Size
14 kB
Vulns
0
Weekly
0
Stars
5

valencia

Tiny helper to fetch Instagram posts. 553 bytes gzipped.

Install

npm i valencia --save

Usage

import valencia from 'valencia'

const feed = valencia({
  token: 'ACCESS_TOKEN',
  count: 4 // # of posts to fetch
}, ({ images, res, next }) => {
  // render data
})

console.dir(feed)
/*
{
  images: [...], // 4 images fetched and metadata
  res: {...}, // full response from Instagram
  next: function(done) // fetch next 4 posts
}
*/

feed.next(({images, res, next}) => // render next posts)

Dependencies

License

MIT License Eric Bailey

Keywords