/HomeFinder

Web app to find the optimal place to live in. Built at Housing.com's Real Hack

Primary LanguageJavaScript

HomeFinder

It's a web app to find the best area to buy or rent a home. Given three of user's most frequently visited places, it finds an area close to them all and also lists interesting places to visit in the vicinity (the latter is not finished yet.)

Instructions

  1. Add Google Maps API key in index.html
  2. Open index.html or start a local server in the directory
$ python -m SimpleHTTPServer
# Open http://localhost:8000/ in a browser.