Status: Working version. Wired to database.
c# Console App to parse NOAA Forecast & Hazard Alerts
See Program.cs to review code
Added DB Model, scripts to create DB structure and function to add records to database.
Change Program.cs line 444 lat & lon. Keep decimal to 4 or less.
"https://forecast.weather.gov/MapClick.php?lat=34.8241&lon=-92.2794&unit=0&lg=english&FcstType=json";
Change Program.cs line 29
public bool debug = true;
Parses out forecast in DB friendly class format
https://forecast.weather.gov/MapClick.php?lat=34.8241&lon=-92.2794&unit=0&lg=english&FcstType=json
Parses H3 and PRE html elements. Grabs title and expiration time