1.0.0 • Published 8 years ago

inodesta v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Inodesta

Build Status Coverage Status codecov

Instagram nodeJS API Package

Easy to use

Inodesta is designed to be the simplest way possible to use Instagram api.

Installation

npm install inodesta

Create an object containing inodesta parameters

{
  "client_id" : "<client_id>",
  "client_secret" : "<client_secret>",
  "redirect_uri" : "<redirect_uri>"
}

Then import inodesta in your projet and pass the object structure in paramters

var inodesta = require('inodesta').inodesta(inodesta_params);

You can now call inodesta to interact with instagram.

Docs