Skip to content

Commit 8b244f1

Browse files
committed
feat: switch to earthquake hourly feed
Signed-off-by: Kyle Corry <kylecorry31@gmail.com>
1 parent 27bbd08 commit 8b244f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/kylecorry/bell/infrastructure/alerts/earthquake/USGSEarthquakeAlertSource.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class USGSEarthquakeAlertSource(context: Context) : AlertSource {
3131
override suspend fun load(): List<Alert> {
3232
val rawAlerts = loader.load(
3333
FileType.XML,
34-
"https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/significant_day.atom",
34+
"https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/significant_hour.atom",
3535
"entry",
3636
mapOf(
3737
"title" to text("title"),

0 commit comments

Comments
 (0)