CICCIOSGAMINO / openweather-apis

Simple APIs for OpenWeatherMap.org basic services
GNU General Public License v3.0
44 stars 27 forks source link

Fixed setCity function #43

Closed ctnkaan closed 3 years ago

ctnkaan commented 3 years ago

For some reason in my project there was a problem setting the city to a variable. I fixed this issue by implementing toString() before toLowerCase(). The error was setCity.toLowerCase is not a function.