Weather Forecast

Get accurate weather information for any city

{{ currentWeather.name }}, {{ currentWeather.sys.country }}

Weather icon
{{ currentWeather.main.temp | number:0 }}°C
{{ currentWeather.weather[0].description | uppercase }}
Feels like {{ currentWeather.main.feels_like | number:0 }}°C
Humidity {{ currentWeather.main.humidity }}%
Wind Speed {{ currentWeather.wind.speed }} m/s
Pressure {{ currentWeather.main.pressure }} hPa

5-Day Forecast

{{ day.date }}
Weather icon
{{ day.temp | number:0 }}°C
{{ day.description }}
{{ error }}