1.0.0 • Published 7 years ago

insta-photos v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

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