Aman Jha
11/15/2021, 12:14 AMEric Gade
11/15/2021, 2:26 PMquery the national weather service api and return the current forecast as json
and it spat out the correct command (curl -s <https://api.weather.gov/gridpoints/BOU/71,74/forecast> | jq .properties.periods[0].detailedForecast
)Jimmy Miller
11/15/2021, 3:37 PMAman Jha
11/15/2021, 4:31 PM