Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ National Weather Service guidance and emergency alerts for real-world decisions.
- Supports location search, browser geolocation, dark mode, and CSV/JSON export.
- Includes demo data so the interface can be explored without an API key.

I built this as a hobby project for watching local winter weather. Bug reports and small
This is a hobby project for watching local winter weather. Bug reports and small
improvements are welcome, but the calculations are not safety advice.

## Run locally
Expand Down Expand Up @@ -51,7 +51,7 @@ npm run build
## How the score works

The dashboard combines estimated radial ice accretion with wind thresholds to produce a relative
score from 0 to 100. The thresholds draw on common ice-storm impact categories, but the result has
score from 0100. The thresholds draw on common ice-storm impact categories, but the result has
not been calibrated as an outage probability.

The implementation lives in `src/utils/` and `src/constants/` so the assumptions remain visible and
Expand Down
Loading