VitorBigelli / silicon_valley_neighborhood_map

An interactive map of the neighbourhood of Silicon Valley, CA, United States using Google Maps API's.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

montreal_neighborhood_map

An interactive map of the neighbourhood of Silicon Valley, CA, United States using Google Maps API's.

Usage

  1. Clone the repository or Download and Unzip the ZipFile.
  2. Via Command Prompt access the created directory;
  3. Inside the directory, initilializes a new server by writting
python -m http.server 8000
  1. At this point, you should be able to access the index.html file by accessing the http://localhost:8000/ on your browser.
  2. Open a new Command Prompt and inside the directory execute the ngrok by writting
ngrok.exe http 8000
  1. Use the generated URL to access the application from any device.

Alternatively, you can follow the step 1 then navigate throught the operational system to the created directory and double click the index.html file.

About

An interactive map of the neighbourhood of Silicon Valley, CA, United States using Google Maps API's.

License:MIT License


Languages

Language:JavaScript 69.3%Language:CSS 16.7%Language:HTML 14.0%