Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.18 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.18 KB

QuakeMap

Summary

Given the need to monitor the seismic events that happen every day on earth, i decided to create an application that fulfilled this purpose using data provided by the USGS REST API combined with maps API of Google Maps. In this way is possible to monitor earthquakes daily, showing them on a map and watching their feauters such as location, timestamp, magnitude and depth.

Implementation

This application was written using Java 8 in conjunction with the graphics libraries of JavaFX 2.0. The Google Maps API has been integrated thanks to the work of Rob Terpilowski and Geoff Capper, found at this link

Usage

In order to run the application you can type "java -jar QuakeMap.jar". The jar file is located under this [folder] (https://github.com/nicoladileo/QuakeMap/tree/master/dist). This application require Java 8.

Screenshots