qconrad / intellistar-emulator

A web application that displays weather information in the same visual presentation as the cable headend unit Intellistar.
https://qconrad.github.io/intellistar-emulator/
MIT License
90 stars 71 forks source link

Alerts Fix #40

Closed rmitchellscott closed 1 year ago

rmitchellscott commented 1 year ago

This PR switches alerts to use the NWS API.

I took inspiration from BennyDaBee's implementation of alerts, though theirs used OpenWeatherMap. I wanted to stick with NWS, since I used NWS for the radar source, and NWS doesn't need an API key.

Fixes #31 #32

Screenshot Single Alert Screenshot Multi Alert