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

I have found a solution for Alerts! Please Respond! #26

Closed MapGuy11 closed 3 years ago

MapGuy11 commented 3 years ago

Hello,

I have found a solution for alerts as I have already implemented the issue of Radar and used Wunderground radar images. I have weather.com's API for alerts but cannot get it to work. Please come back! I see that you are taking on a new project, but this can be great! Please Respond! It Does Work With The Provided API KEY.

API: https://weather.com/swagger-docs/ui/sun/v3/sunV3AlertsWeatherAlertsHeadlines.json

EDIT: Also, I have figured out how to use Weather.GOV's API maybe that can be implemented. Statewide Alerts: https://api.weather.gov/alerts/active?area=NY Then You Can Choose Your Closest Station If Wanted: https://api.weather.gov/alerts/NWS-IDP-PROD-4803332-3868420

qconrad commented 3 years ago

Thanks for the info. Last time I checked, I think the weather.com API needed two requests for alerts. It shouldn't be too hard to add. There are sources for radar data out there but finding one that will work easily with this application is harder. I don't plan on abondoning this project, but between new projects and life in general, I can't make any promises on when this will be fixed.

MapGuy11 commented 3 years ago

Thank you ao much for replying. The API for weather.gov is really easy just pull from the url and it spits the information. I just am not intelligent enough to figure out how to code it. Thank you again for responding and reassuring the project is not dead.

A-c0rN commented 3 years ago

Thanks for the info. Last time I checked, I think the weather.com API needed two requests for alerts. It shouldn't be too hard to add. There are sources for radar data out there but finding one that will work easily with this application is harder. I don't plan on abondoning this project, but between new projects and life in general, I can't make any promises on when this will be fixed.

Hey, I am a software dev who has been working closely with the NWS API lately, if you would like I could make a branch of this repo and take a crack at it.

MapGuy11 commented 3 years ago

Thanks for the info. Last time I checked, I think the weather.com API needed two requests for alerts. It shouldn't be too hard to add. There are sources for radar data out there but finding one that will work easily with this application is harder. I don't plan on abondoning this project, but between new projects and life in general, I can't make any promises on when this will be fixed.

Hey, I am a software dev who has been working closely with the NWS API lately, if you would like I could make a branch of this repo and take a crack at it.

That would awesome!