This sample uses the GeoRSSLayer to display the USGS earthquake GeoRSS feed containing recent earthquake events.
// Point to the rss feed url. const layer = new GeoRSSLayer({ url: "https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.atom", });