WangDaYeeeeee / GeometricWeather

A Material Design Weather Application
GNU Lesser General Public License v3.0
2.44k stars 186 forks source link

UV Index forecasts #23

Open dimqua opened 7 years ago

dimqua commented 7 years ago

Would be nice if daily or/and hourly UV index forecasts will be implemented.

WangDaYeeeeee commented 7 years ago

The data returned by Accu Weather API does not contain this information.

vajiralasantha commented 7 years ago

Correct me if I'm wrong, but I think API returns that data for daily forecast. If you do following request http://api.accuweather.com/forecasts/v1/daily/15day/1806.json?apikey=<xxxxx>&details=true&metric=true

It returns UVIndex under DailyForecasts -> day[] -> AirAndPollen for each day.

dimqua commented 7 years ago

The official AccuWeather app only provide hourly UV forecasts, probably, it's possible to add them, at least.

WangDaYeeeeee commented 7 years ago

Let me see.

dimqua commented 4 years ago

Bump.