Road Trip Risk Watch
@mgreten/road-trip-risk-watchv2026.07.16.1
01README
Native route-risk watcher that polls official NWS forecast and alert data for checkpointed trips, computes a stable fingerprint, and emits digest output only when conditions change materially. Intended to run on a recurring schedule (e.g. every few minutes) via your own automation. If a companion origin snapshot file is present at liveOriginStatePath, it resolves the first checkpoint from that live geocoded location on each run.
02Release Notes
Rebuild against swamp CLI 20260716
03Models
@mgreten/road-trip-risk-watchv2026.07.16.1model.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| tripLabel | string | |
| statePath | string | |
| liveOriginStatePath | string | |
| checkpointsJson | string | |
| userAgent | string |
fn collect(force: boolean)
Poll NWS route checkpoints, update the fingerprint state file, and emit output only on significant changes
| Argument | Type | Description |
|---|---|---|
| force | boolean |
Resources
summary(infinite)— Structured route-risk summary for changed runs
Files
digest(text/markdown)— Markdown digest for changed route-risk runs
04Previous Versions
2026.07.10.5
2026.07.10.4
2026.07.10.3
2026.07.10.2
2026.07.10.1
05Stats
A
100 / 100
Downloads
4
Archive size
9.9 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
06Platforms