Instagram nodeJS API Package
Inodesta is designed to be the simplest way possible to use Instagram api.
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.