Methods
Clima()
section: current
new Clima(obj) -> Object
- obj (Object): Object that contains parameters and their values to sent request.
##### Params on the `obj` object:
- format (String): Required, format for the response [json, xml].
- apiKey (String): Required, your api key for the OpenWeatherMap service.
- units (String): Optional, the metrics units for the response [Fahrenheit, Celsius, Kelvin] - default: Kelvin.
- language (String): Optional, the language for the response. - default en
- Source: