@wolfleader101/insta-wrapper

0.1.2 • Public • Published

insta-wrapper

an instagram API wrapper for Node.JS

Examples

examples are in ./examples/example.js

Getting basic user info

const insta = require('@wolfleader101/insta-wrapper');

const {user_id, access_token} = require('./config.json')

insta.GetClientInfo(user_id,access_token)
.then(res => {
    console.log(res)
})

Config

How to get Access Token and User Id https://developers.facebook.com/docs/instagram-api

example config:

{
   "access_token": "myLongAccessToken",
   "user_id": "myID"
}

Readme

Keywords

Package Sidebar

Install

npm i @wolfleader101/insta-wrapper

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

2.63 kB

Total Files

6

Last publish

Collaborators

  • wolfleader101