Road Trip Risk Watch
@mgreten/road-trip-risk-watchv2026.07.10.5
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.
02Models
@mgreten/road-trip-risk-watchv2026.07.10.5model.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
03Previous Versions
2026.07.10.4Jul 10, 2026
2026.07.10.3Jul 10, 2026
2026.07.10.2Jul 10, 2026
2026.07.10.1Jul 10, 2026
04Stats
A
100 / 100
Downloads
0
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
05Platforms