Skip to content

jcstein/scorch

Repository files navigation

Scorch

Scorch is a static web app/PWA for tracking war damage, oil fires, and emissions through public sources.

Local Run

python3 -m http.server 4173 --bind 127.0.0.1 --directory .

Open http://127.0.0.1:4173/index.html.

GitHub Pages

This repo deploys through .github/workflows/pages.yml on every push to main.

Data Refresh (Every 6 Hours)

scripts/refresh-data.mjs checks source links and builds a live ingest payload from public feeds:

  • NASA FIRMS (global 24h thermal anomalies)

  • UN News Peace and Security RSS

  • CEOBS RSS

  • data/refresh.json

  • data/link-health.json

  • data/live-events.json

Automation lives in .github/workflows/refresh-data.yml with cron:

0 */6 * * *

Releases

No releases published

Packages

 
 
 

Contributors