inodesta

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i inodesta

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • sledunois