A simple web app that shows real-time earthquake data on an interactive world map using the USGS Earthquake API and Leaflet.js.
- Fetches live earthquake data (last 24 hours).
- Displays earthquakes on a world map.
- Circle markers sized and colored by magnitude:
- π₯ Red β Strong (M > 5)
- π§ Orange β Moderate (M > 3)
- π© Green β Light (M β€ 3)
- Popup info: magnitude + location.
- HTML, CSS, JavaScript
- Leaflet.js (map library)
- USGS Earthquake API