johnluetke / WeatherAPI

Abstracts online weather services into a simple API
Apache License 2.0
14 stars 4 forks source link

Need to URI encode city names #14

Closed alexanderdean closed 10 years ago

alexanderdean commented 10 years ago

Otherwise have to do currently:

IWeather weather = WeatherAPI.getWeather("New%20York%20City", "NY");
alexanderdean commented 10 years ago

Nice!