insta-photos

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i insta-photos

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • robbybro