1.0.35 • Published 4 years ago

dylate-instagram-js v1.0.35

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

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": ""
            },
            ...
          ]
        */
    });
1.0.35

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago