{{"Place: "}} |
{{currentWeatherData.name}},{{currentWeatherData.sys.country}} |
|
{{"Description: "}} |
{{currentWeatherData.weather[0].description}} |
|
{{"Temperature: "}} |
{{currentWeatherData.main.temp + " °C"}} |
|
{{"Place: "}}{{"Description: "}}{{"Temperature: "}}{{"Min: "}}{{"Max: "}}{{"Wind Speed: "}}{{"Humidity: "}} |
{{weatherData.city.name}},{{weatherData.city.country}}{{dayWeatherData.weather[0].description}}{{dayWeatherData.temp.day + " °C"}}{{dayWeatherData.temp.min + " °C"}}{{dayWeatherData.temp.max+ " °C"}}{{dayWeatherData.speed+ " m/s"}}{{dayWeatherData.humidity + "%"}} |