SPB Git

spb/earth-now Public License

earth-now.co — real-time planetary dashboard: live world metrics modeled, not streamed.

TypeScript 93% Shell 2.3% SQL 1.4% JavaScript 1.3% Dockerfile 1.2% CSS 0.8%
1.1 KB · 40 lines json
Raw Blame History
1{2  "type": "FeatureCollection",3  "metadata": {4    "generated": 1754733600000,5    "url": "https://earthquake.usgs.gov/fdsnws/event/1/query?format=geojson&minmagnitude=6&orderby=time&limit=1",6    "title": "USGS Earthquakes",7    "status": 200,8    "api": "1.14.1",9    "count": 110  },11  "features": [12    {13      "type": "Feature",14      "properties": {15        "mag": 6.3,16        "place": "142 km E of Petropavlovsk-Kamchatsky, Russia",17        "time": 1754650000000,18        "updated": 1754651000000,19        "tz": null,20        "url": "https://earthquake.usgs.gov/earthquakes/eventpage/us7000qabc",21        "felt": 214,22        "tsunami": 0,23        "sig": 612,24        "net": "us",25        "code": "7000qabc",26        "status": "reviewed",27        "magType": "mww",28        "type": "earthquake",29        "title": "M 6.3 - 142 km E of Petropavlovsk-Kamchatsky, Russia"30      },31      "geometry": {32        "type": "Point",33        "coordinates": [160.512, 52.923, 35.0]34      },35      "id": "us7000qabc"36    }37  ],38  "bbox": [160.512, 52.923, 35.0, 160.512, 52.923, 35.0]39}40