-
The icon.js contains weather condition codes that are not available on OWM anymore.
This was a state that reflects what we have in icon.js
http://web.archive.org/web/20150215065518/https://openweath…
-
The API request for 2.5 seems to not be supported by OpenWeatherOneCall anymore.
I believe 3.0 is but haven't figured out how to change the URL in the library to test it.
the library calls
http://a…
-
According to https://openweathermap.org/full-price, for the free tier, the "License for data and database" is [ODbL](https://opendatacommons.org/licenses/odbl) (to be more accurate, I believe the data…
-
https://smnapp.netlify.app/#/lista
https://ws.smn.gob.ar/map_items/weather
https://openweathermap.org/price
-
base: "https://api.openweathermap.org/data/2.5/"
my base key is this
base: "https://home.openweathermap.org/api_keys",
this not working
-
One of the main advantages of OpenTripPlanner and its Android client is that it allows the user to manage your own mobility, adapting to their own context. In this regard it would be interesting to th…
-
What about a radius search result like this?
It is based on the cities layer of leaflet-openweathermap.js (https://github.com/buche/leaflet-openweathermap)
I have a prototype in my branch radiussear…
-
The OpenWeatherMap API provides an air-quality metric here [https://openweathermap.org/api/air-pollution](https://openweathermap.org/api/air-pollution)
Add a text to the output weather message
-
Spaces in a url string should be converted to %20 when calling HTTPoison.get, but it appears that this is not happening.
example:
HTTPoison.get "http://api.openweathermap.org/data/2.5/weather?q=Londo…
-
As I dig more into data returned by OpenWeatherMap, it looks like multiple fields (visibility,sunset,sunrise) are not output correctly by json frontend of wego.
Here's an example of data returned b…