Skip to content

mdb/phl-hood-reporter

Repository files navigation

Phl Hood Reporter

A dirt simple web application that reports what Philadelphia neighborhood you're in.

The app retrieves your geocoordinates and uses the philly-hoods API to determine what neighborhood you're currently in.

Why?

Wow friends with an expert knowledge of the nebulous boundaries between Kensington and Port Richmond! Prove that Cedar Park is not Spruce Hill!

Demo

Check it out in action!

Install, Develop, Build & Deploy

  1. Install bundler, Node.js, and bower

  2. Clone phl-hood-reporter and install its dependencies:

git clone https://github.com/mdb/phl-hood-reporter.git
cd phl-hood-reporter
bundle install
bower install
  1. Run the development server to access the app at localhost:4567
middleman server
  1. Compile the app to static HTML, CSS, and JavaScript files
rake build
  1. Deploy to Amazon S3
rake deploy

About

Find out what Philly neighborhood you're in.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages