Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 943 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 943 Bytes

Overview

The web page is to display the locations of earthquakes around the world on a map. It is using Google Maps Api to add multiple markers and attach tooltips to each marker.

Requirements:

Web page is to integrate with an API to fetch earthquake information, link below. The page is to be mobile responsive. The page is to display a Google map, plotting the earthquake locations as annotations / pins. When the user taps on an annotation it is to display the location and date/time in the callout.

Example Request

Example URL

http://localhost:8080/appscore-webpage

Webpage Screenshot

Output

Acknowledgements