Skip to content

ArthurJordao/neighborhood-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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