Scorch is a static web app/PWA for tracking war damage, oil fires, and emissions through public sources.
python3 -m http.server 4173 --bind 127.0.0.1 --directory .Open http://127.0.0.1:4173/index.html.
This repo deploys through .github/workflows/pages.yml on every push to main.
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 * * *