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.)
- Add Google Maps API key in
index.html
- Open
index.html
or start a local server in the directory
$ python -m SimpleHTTPServer
# Open http://localhost:8000/ in a browser.