Skip to content

SLedunois/inodesta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Intagram api package form NodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published