Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.11 KB

readme.md

File metadata and controls

27 lines (20 loc) · 1.11 KB

Instagram changed their API

sigh... Instagram decided to change their API and you can no longer query for images this way. That means this repo no longer works and it's unlikely it ever will unless Instagram changes their mind and reverts back.

Localgram

Find instagram photos that people post around any given location.

View demo

Screenshot from Localgram

Features & tech

  • Flux (Using Reflux)
  • HTML5 Geolocation
  • Reverse address lookup (Using Google Maps API + Typeahead.js)
  • Deeplinks (Using React Router)
  • CoffeeScript + JSX
  • Bootstrap
  • Gulp
  • Browserify

To get started

Add your Instagram and Google Maps client.id to index.html. Then run the following commands

  1. $ npm install && bower install
  2. $ gulp

This project is based on my React.js project starter