Skip to content

Ember.js web application that allows users to rate neighborhoods in Portland and see demographic data about each area.

Notifications You must be signed in to change notification settings

meyerjac/neighborhood-ratings

 
 

Repository files navigation

Neighborly PDX

11/9/2016

By Stephen Burden, Eric Krause, Andrew Merrell, and Jackson Meyer

Description

Ember application that allows users to select and view key information about Portland neighborhoods.

Specifications

Behavior Input Output
App displays interactive map of Portland neighborhoods. User loads webpage. Page displays map with neighborhood boundaries.
User selects neighborhood Click on highlighted area of google map. Neighborhood page loads with information about that neighborhood.
Neighborhood page displays Walkscore, Google Maps, and Bike Index API . Click on neighborhood. Page loads with Walkscore, number of stolen bikes and a Google Map of the area.
User submits a review Review form is filled out and submit is clicked. Neighborhood page reloads with new review with star display for rating.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/meyerjac/neighborhood-ratings
  • cd neighborhood-ratings
  • npm install
  • bower install

Running / Development

Viewing Live Version

  • Open Chrome and Enable cross origin resource sharing in the Google Chrome Extension "Allow-Control-Allow-Origin:*"
  • _Go to: https://neighborly-pdx.pagefrontapp.com/ _
  • Click load unsafe scripts (if an API does not load)

Known Bugs

There are currently no known bugs for this project. If you discover any issues, you can reach me via the contact details below.

Support and contact details

If you have any questions about this project, please contact me, Jackson Meyer at [email protected]

Technologies Used

  • JavaScript
  • Ember
  • Node.js
  • Google Maps API
  • Walkscore API
  • Bike Index API
  • Sass
  • HTML

License

This webpage is licensed under the MIT license.

Copyright (c) 2016 Jackson Meyer, Stephen Burden, Eric Krause, and Andrew Merrell

About

Ember.js web application that allows users to rate neighborhoods in Portland and see demographic data about each area.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.2%
  • HTML 20.5%
  • CSS 5.3%