Skip to content

realcodestudio/Seismic-Stations-Viewer

Repository files navigation

Seismic Stations Viewer 🌏

Seismic Stations Viewer is a project that uses the Wolfx SeisJS API. The project allows you to easily view data from stations connected to the Wolfx SeisJS API.

Demo Sites | To Wolfx | Follow RCBS | 简体字中国语 | 日本語

🚨 Wolfx SeisJS is an open-source earthquake detection and monitoring application developed by the Wolfx Project, a nonprofit organization.

Demo Sites

How to run?

  • Download the codes from Releases
  • Open in VSCode
  • Install “Vite” Extension.(optional)
  • Run these cmds in the terminal in turn.

    cd Seismic-Stations-Viewer
    npm install -g pnpm
    pnpm install
    pnpm run dev


How to build?

  • Open in VSCode
  • Run these cmds in the terminal in turn.

    cd Seismic-Stations-Viewer
    pnpm install
    pnpm run build