Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.03 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.03 KB

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