buche / leaflet-openweathermap

A JavaScript library for including OpenWeatherMap's layers and OWM's current city/station data in leaflet based maps without hassle.
259 stars 132 forks source link

forecast #20

Open under-score opened 7 years ago

under-score commented 7 years ago

Everything is working as expected. I need, however, a forecast (+xx hours option) which looks feasible from the OWM api http://openweathermap.org/forecast5 Are you planning something?

buche commented 7 years ago

This forecast of OWM looks interesting. But I haven't planned anything yet, and I don't know when I will have the time to implement and test it.

under-score commented 7 years ago

thank you - looks like a major task as variables are differently named in the forecast API... Unfortunately the OWM tiles did never work for me, while the status report used here, is really informative.

antoniovj1 commented 6 years ago

Are there any news of forecast data?

buche commented 6 years ago

I decided not to implement it myself. Pull requests are welcome.