zh-wang / YWeatherGetter4a

An Yahoo Weather API wrapper for android
99 stars 45 forks source link

Use Metric units by default (Because, world) #17

Closed gokussjx closed 9 years ago

gokussjx commented 9 years ago

Last I checked, majority of the world uses Metric standards. Metrics now used by default, and support for setting unit added.

zh-wang commented 9 years ago

Looks good

zh-wang commented 8 years ago

It seems that new api endpoint(yql instead of "http://weather.yahooapis.com/forecastrss") do NOT support mUnit. It always returns Fahrenheit value. I'll fix this later.