dylate-instagram-js

1.0.35 • Public • Published

Dylate Instagram JS

This is Dylate's javascript library to make calls to the Instagram API.

Installation

npm i dylate-instagram-js

Usage

import Instagram from "dylate-instagram-js"
 
const instagram = new Instagram("ACCESS_TOKEN");
 
instagram.mediaEdge(['id','caption'])
    .then((data) => {
        /*
          [
            {
              "id": "17895695668004550",
              "caption": ""
            },
            ...
          ]
        */
    });

Readme

Keywords

Package Sidebar

Install

npm i dylate-instagram-js

Weekly Downloads

1

Version

1.0.35

License

ISC

Unpacked Size

4.62 kB

Total Files

6

Last publish

Collaborators

  • morgbillingsley