- Getting Started
- Project Deliverables
- Conclusion
- Project Structure
- Contributing
- Acknowledgments
- References
Getting Started To get started with this project, clone the repository and load index.html in your browser.
This project provides an interactive map of earthquake data, including:
- A map with markers representing earthquake events.
- Markers with size corresponding to earthquake magnitude.
- Markers with colors based on the earthquake depth.
- Popups with information about the earthquake, including magnitude, location, and depth.
- A legend that displays the depth intervals and their corresponding colors.
This project demonstrates the use of web mapping tools and libraries such as Leaflet to create a visualization of real-time earthquake data from the USGS.
README.md
images
|-- Screenshot.jpg
|-- leaflet.jpg
index.html
static
|-- css
| |-- style.css
|-- js
| |-- logic.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
I would like to thank our bootcamp instructors for their guidance and support throughout this assignment.
- USGS Earthquake Catalog API: https://earthquake.usgs.gov/
- Leaflet: https://leafletjs.com/