Skip to content

Emberjs application that allows users to view specific information and also rate neighborhoods in Portland by using multiple APIs and a Firebase Database.

Notifications You must be signed in to change notification settings

spburden/neighborly-pdx-ember

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Click here to view

A screenshot of the site

A screenshot of the site

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/spburden/neighborly-pdx-ember
  • 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 Andrew at [email protected] or Stephen at [email protected]

Technologies Used

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

License

This webpage is licensed under the MIT license.

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

About

Emberjs application that allows users to view specific information and also rate neighborhoods in Portland by using multiple APIs and a Firebase Database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.3%
  • HTML 20.2%
  • CSS 5.5%