Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

valencia

Tiny helper to fetch Instagram posts. 553 bytes gzipped.

instagram

readme

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