Real-time visualization of live earthquake GeoJSON data from a USGS API utilizing Leaflet/Javascript. The data is updated every 5 minutes and contains all earthquakes from the last 24 hours. The map is from MapBox and other tools are CSS and D3.
Data markers reflect the magnitude of the earthquake by their size and and depth of the earth quake by color. Earthquakes with higher magnitudes appear larger and earthquakes with greater depth appear darker in color. Pop-up info is retreived from the GeoJSON API and is revealed upon clicking the circles.
Link to live map: https://markwsutton.github.io/Earthquake-Map-Leaflet/
Screenshot of map:
Javascript calling the API:
GeoJSON data:


