Skip to content

Another Node+Angular playground project. Instagram-like web app

License

Notifications You must be signed in to change notification settings

andreavitali/instalurker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstaLurker

Another Node+Angular playground project. Search and surf public instagram photos, manage a list of followed profiles independently from your Instagram account, in a full responsive web app!

Requires an instagram developer account! Create one here!

Installation

You need Grunt installed globally:

$ npm install -g grunt
$ npm install -g grunt-cli

Then execute these steps:

  1. Replace data in file config/config.js with your own configurations.
  2. Set ENV constant in grunt (row 27 of grunfile.js) equals to the Redirect URI of your instagram client.
  3. Execute
$ npm install
$ grunt

Technologies

This project uses a number of open source projects to work properly:

  • Node.js + Express for the backend
  • AngularJS + Foundation Framework (SASS) for the frontend
  • Angular Foundation for typeahead and modal directives
  • Satellizer for OAuth 2.0 authentication in Angular
  • angular-linkify slightly modified to parse instagram users link
  • Grunt for build tasks
  • instagram-node-lib as Instagram API proxy for Node
  • Mongoose to read/write MongoDB database
  • Favicon taken from "Shift" set by Tahsin Tahil

License

MIT

About

Another Node+Angular playground project. Instagram-like web app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published