Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 883 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 883 Bytes

Was that an Earthquake?

https://earthquake.kremer.dev/

ReactJs version of a simple website made a few years ago.

Figures out where you are, either by location access granted to the browser, or by your IP address. Then compares your location to data retrieved from the USGS.gov earthquake json feed: https://earthquake.usgs.gov.

Comparing the strength and location of recent earthquakes we'll see if that was a genuine earthquake you felt, or just a truck rumbling down the street.

TO DO

  • Feedback Component
  • Compile list of nearby earthquakes
  • List/Display nearby earthquakes
  • Deploy https://earthquake.kremer.dev/
  • add dropdown device to choose from wider timelines:
    • Just Now
    • Earlier Today
    • This past week
  • Rebuild comparison algorithm
  • Rebuild Google Maps
  • Fix Google Maps Markers
  • Intro text