StelioBraga/weather

Rename `listWeather` to `getWeather` because it's only getting weather for 1 city

Closed this issue · 1 comments

Call<ResponseWeather> weathers = weatherAPIService.listWeather(city);

fixed