Add forecast command #18
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ChrisChrome/weather-bot#18
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
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