G
G
gitdev2020-11-13 18:49:17
JavaScript
gitdev, 2020-11-13 18:49:17

Need a weather widget that displays information for lat/long?

Coordinates example:
lat: 59.313213
long: -135.72454

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Yuriev, 2020-11-13
@gitdev

https://yandex.ru/dev/weather/doc/dg/concepts/fore...
https://openweathermap.org/current#geo
https://www.weather.gov/documentation/services-web-api (here for custom coordinates in two requests - first get a link to the square by coordinates, then the weather for this square. The step of the square is 2.5km): we
request information by coordinates:
https://api.weather.gov/points/59.3132,- 135.7245
we take the properties->forecast link
and use it to get the weather:
https://api.weather.gov/gridpoints/AJK/160,194/forecast

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question