You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
I noted that you use different icons (img/w instead of img/wn) than OpenWeatherMap recommends. I didn't find any documentation for img/w, but on a map they provide better contrast than img/wn. In listings I use img/wn, mostly with @2x.png.
Change "http:" to "https:" for all Google and OpenWeather URLs, as the access to the page (and when embedded in code) will most likely be via https:.
Optionally extend to (for the heck of it):
windGust is not in the response data. Maybe only available in certain areas.
A key is needed for "https://maps.googleapis.com/maps/api/js", a la "https://maps.googleapis.com/maps/api/js?key=[some key]&libraries=geometry".
I don't know if geometry is required, but I tend to set it anyway.
I noted that you use different icons (img/w instead of img/wn) than OpenWeatherMap recommends. I didn't find any documentation for img/w, but on a map they provide better contrast than img/wn. In listings I use img/wn, mostly with @2x.png.
Cheers