insta-photos
v1.0.0
Published
Node plugin for Instagram API
Downloads
3
Readme
Insta Photos
Node / Express plugin to get most recent Instagram Photos
Define a secrets.js file that looks like
module.exports = {
userId: XXX,
accessToken: XXX
};
Figure out what your Instagram User ID is
get an Instragram API access token by signing up as a developer and registering a new client.
insta-photos takes an options object that looks like
{
userId: XXX,
accessToken: XXX
};
and returns most recent photos for that user