Skip to content

cpsubrian/Instagram-Playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Playground

A node.js app that interacts with the Instagram API.

Until I figure out a way to better handle the client_id and secret without committing it, please dont kill my account :)

Installation

  • Get a working copy of node.js and npm going.
  • Download and extract the tarball or git clone.
  • Run npm install -d to install dependencies.
  • Run node app.js

Enjoy.

Note: There are currently two runtime modes: "production" and "developement".
The default is "development". To run the app in production mode:

NODE_ENV="production" node app.js

The only difference at the moment is that production tries to run via cluster and the jquery templates are compiled.

About

Node.js app that interacts with the Instagram API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages