Weather Forecast
Get accurate weather information for any city
{{ currentWeather.name }}, {{ currentWeather.sys.country }}
{{ 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 }}
{{ day.temp | number:0 }}°C
{{ day.description }}
{{ error }}