{{ Math.round(weather.main.temp) }} °C
{{ weather.weather[0].description }}
Humidité : {{ weather.main.humidity }}% | Vent : {{ getWindSpeed(weather.wind.speed) }} km/h
Min : {{ Math.round(weather.main.temp_min) }}°C | Max : {{ Math.round(weather.main.temp_max) }}°C | Pression : {{ weather.main.pressure }} hPa