Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

collinjackson93/Locale

Repository files navigation

Locale

Finds your perfect neighborhood.

Uses the Chicago Tribune crime data API, along with Trulia and Google Places.

Users answer a series of fun questions, similar to a Buzzfeed quiz. Based on their responses, the application determines their preferences for several metrics, including crime, nightlife, price, and more. It then ranks the communities of select large cities by how well they fit the user's preferences and displays them on a map of the city, with information about each.

Docker

Run docker build -t locale . whenever there is a code change. To start the application, run docker run --rm -p 8080:8080 locale. To run tests, run docker run --rm locale npm test.

Tests

Run npm test to run all unit tests, including JSHint and JSCS.

Coding Style

This project uses a lightly modified version of the node-style-guide. Make sure your JavaScript conforms to the appropriate style by running npm test. If you feel like the style requirements should be modified, the documentation for JSCS can be found here. Additionally, in the unlikely event that JSHint options need to be modified, here is that documentation. The options must be placed in the appropriate .*rc file.

About

Find Where You Belong

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •