Earthquake (ALERT) in Chrome with OffiDocs
Earthquake (ALERT) Chrome web store extension
DESCRIPTION:
Run the Chrome online web store extension Earthquake (ALERT) using OffiDocs Chromium online.
Coded by LEE JUNSUNG
Monitoring
"http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_day.geojson"
"https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_day.geojson"
This program runs as an extension on Chromium-based web browsers and parses data from the US Geological Survey (USGS) API to display information on a webpage. It is designed to provide alerts when earthquakes of a certain magnitude, which the user can adjust, are reported by the USGS. Additionally, it notifies users of any changes in the status of the reported data (e.g., ‘reviewed’, ‘automatic’, etc.) and any variations in magnitude, and allows users to set a time range for tracking changes. The goal of this program is to make it easier for users to recognize significant earthquakes using audiovisual alerts.
///////////////////////////////////////////////////////////////////////////////
Status [reviewed, automatic, undefined, deleted] are shown on the USGS page('earthquake.usgs.gov/earthquakes/map/') with colors, when the magnitude is greater than given value.
reviewed = red: (Meaning that USGS expert has reviewed)
automatic = green: (USGS expert has not yet reviewed)
undefined = yellow: (? For exception)
deleted = none: (Since it is not shown...)
Other helpful info(API AND TERMS ) could be found on USGS documentation sites below:
API: (https://earthquake.usgs.gov/fdsnws/event/1/)
TERMS: (https://earthquake.usgs.gov/data/comcat/index.php)
When this extension is running; "Only List Earthquakes Shown on Map" option is being hidden to avoid misleading such as mismatching between (USGS web) and (popup alert includes TTS).
This extension will be restarted in every 1Hour - 1Week depends on the option you would give. It takes a huge amount of RAM compare to other similar extensions I have made such as monitoring CWA_EQ(Taiwan Earthquake) and JMA_EQ(Japan Earthquake) which are NOT listed on Chrome Web Store. (I have NO idea).....