ash-bergs / earthquake-tracker

View and Compare Earthquakes in Mapbox
https://earthquake-tracker-dun.vercel.app
MIT License
2 stars 0 forks source link

Create service class for usgs API interactions #28

Open ash-bergs opened 3 days ago

ash-bergs commented 3 days ago
          This util file used to be loaded with one-off functions calling the usgs API in different ways and we cleaned it up to bring it down to 2. This adds a slightly different daily events fetch that shouldn't really need to exist. 

It might be nice to create a class, service, etc to handle fetching whatever data we're looking for.

_Originally posted by @ash-bergs in https://github.com/ash-bergs/earthquake-tracker/pull/27#discussion_r1801607366_

ash-bergs commented 1 day ago

https://github.com/ash-bergs/earthquake-tracker/pull/29/files#r1805247323