Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 431 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 431 Bytes

Mapping Earthquakes

Project Overview

This project details how to create an interactive map to display and interact with USGS earthquake data.

Resources

Data set:

  • USGS GeoJSON FeatureCollection
    • an array of earthquake data including metadata and features, found here.

Software:

  • JavaScript, GeoJSON, D3, Mapbox, CSS, HTML