Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 610 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 610 Bytes

neighborhood-map

A udacity project

This project is a map that shows locals near your and filter them by the name.

The app has a menu on the left and you can click on the markers on the map or in the menu and then you can see details about that locale.

How install it

  1. Clone this repository or download the zip and unzip it
  2. Go to the project's folder
  3. You can run it just by open the index.html on your browser

Simple http server

  1. Use python3.6 with the command:
python -m htpp.server
  1. The server is hosted in localhost:8000