Add forecast command #18

Closed
opened 2024-06-19 13:17:21 -06:00 by ChrisChrome · 1 comment
Owner

Use the weather.gov and openstreetmap geocoding apis to get coordinates from a search, then get the forecast from the NWS

https://nominatim.openstreetmap.org/search?q=forsyth+mt&format=json&limit=1
Example geocoding query

Use the weather.gov and openstreetmap geocoding apis to get coordinates from a search, then get the forecast from the NWS https://nominatim.openstreetmap.org/search?q=forsyth+mt&format=json&limit=1 Example geocoding query
ChrisChrome added the
enhancement
label 2024-06-19 13:17:31 -06:00
ChrisChrome self-assigned this 2024-06-19 13:17:37 -06:00
Author
Owner

Possibly use geolib (npmjs) to do some math on the coordinates like figuring out if it's within NA and finding the center of bounding boxes

Possibly use geolib (npmjs) to do some math on the coordinates like figuring out if it's within NA and finding the center of bounding boxes
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ChrisChrome/weather-bot#18
No description provided.