This is a very simple single-page visualisation of the recent earthquakes around the world, using HTML and JavaScript.
It was developped to experiment with the Leafleft map library and playing around with reading JSON data from a web service.
More information here.
A live demo is available at: http://www.justahype.net/earthquakes
This code is under the MIT License. Each of the dependencies - libraries, data or other - belong to their respective authors and are subject to their respective LICENSES.
- JQuery 2.2.0
- JQuery UI 1.11.4 with theme "Smoothness"
- Leaflet 0.0.7
- jQRangeSlider (JQuery plugin)
- SlideReveal
- Font Awesome
The application relies on the open data about recent earthquakes made available by the USGS (https://earthquake.usgs.gov/)
The data usage and redistribution is subject to the license provided on the USGS website.
The "Infos & Settings" pane can be unfolded from the top-right corner of the page. From there, is is possible to change the filters for the earthquakes displayed on the map, using the magnitude and the time frame period to display (maximum one month ago).
There is also an option to show on the map the boundaries of the tectonic plates by checking a box in the Settings.