Skip to content
Worix
BrowsePublish
Log inSign Up

Earthquake Monitor

Real-time earthquake monitoring for China, Taiwan, and Japan. CENC/CWA/JMA WebSocket data with proactive alert support.

85 downloads
Free
Reviewed

Earthquake Monitor

Real-time earthquake monitoring for China, Taiwan, and Japan.

Data Sources

SourceRegionDescription
CENC🇚🇳 ChinaChina Earthquake Networks Center
CWA🇹🇌 TaiwanCentral Weather Administration
JMA🇯🇵 JapanJapan Meteorological Agency

Get Earthquakes

// Get all earthquakes
getAll()

// Get by source
getCENC()
getJMA()
getCWA()

Initialize & Start Monitoring

// First time setup
init({ location: "倧理" })

// Start proactive monitoring
start({ interval: 60000 })

// Stop monitoring
stop()

Options

OptionDefaultDescription
location倧理Monitoring city
distanceThreshold300Alert distance (km)
minMagnitude3.0Minimum magnitude
interval60000Check interval (ms)

Supported Cities

倧理、昆明、北京、䞊海、广州、深圳、成郜、重庆、杭州、西安、南京、歊汉、台北、䞜京、銖尔等 40+ cities.

Notes

  • Data from official government agencies (CENC/CWA/JMA)
  • No API key required
  • WebSocket + HTTP fallback

Author

  • Author: fungjcode
  • GitHub: https://github.com/fungjcode

Download

ZIP package — ready to use

Skill Info

Creator
fungjcode
Downloads
85
Published
Mar 15, 2026
Updated
Mar 16, 2026