Weather forecast

{{formCityName.length}} car.

Liste des villes ({{cityList.length}})

Chargement de la météo...
{{cityWeather.name}}
Card image cap
{{cityWeather.main.temp}}

{{cityWeather.weather[0].description}}

  • Nuage: {{cityWeather.clouds.all}}%
  • Humidité: {{cityWeather.main.humidity}}%
  • Vent: {{cityWeather.wind.speed}} km/h
  • Levé du soleil: {{new Date(cityWeather.sys.sunrise * 1000).toTimeString()}}
  • Couché du soleil: {{new Date(cityWeather.sys.sunset * 1000).toTimeString()}}

Prévisions horaires

{{ new Date(forecast.dt * 1000).toLocaleTimeString() }}
{{ forecast.main.temp }}

{{ forecast.weather[0].description }}

  • Nuage: {{forecast.clouds.all}}%
  • Humidité: {{forecast.main.humidity}}%
  • Vent: {{forecast.wind.speed}} km/h