Skip to content

This project displays all the locations I've traveled to in the world. It uses Google Maps API and Knockout JS

Notifications You must be signed in to change notification settings

jchaplin2/frontend-nanodegree-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World Travel Map Project

Description

A map application I built that shows places I've travelled in the world.

Installation

  1. Clone repo here : https://github.com/jchaplin2/frontend-nanodegree-map
  2. Run a web server, I used python3.6 http.server
  3. Add pyton to your PATH.
  4. cd to the project directory.
  5. type the following at the command line python -m http.server 8000
  6. Open http://localhost:8000 in a web browser.

How to Use

  • Enter a name of a place to see it selected on the map.
  • Clicking Reset un-selects all markers for that location.
  • Clicking a map marker displays a detailed view with a street view of location.
  • If on a mobile device move the phone around to toggle the pitch on streetview.
  • Toggling country selects a new set of places on the map.
  • There are also three styles available to toggle from: Default, Neon, Night mode

Demo

Demo

Known Issues

  1. Requesting flag image over https doesn't work on the demo. Github uses https and I don't have a paid account for geonames (http://www.geonames.org/commercial-webservices.html). If you want to use this feature clone the repo and run it over a local web server.

Resources:

Inspiration

https://www.udacity.com/course/front-end-web-developer-nanodegree--nd001

About

This project displays all the locations I've traveled to in the world. It uses Google Maps API and Knockout JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published