City:{{data.city.name}}, {{data.city.country}}
{{day1.weather[0].main}}: {{day1.weather[0].description}}
Temperature: {{day1.main.temp}}°C
Wind Speed: {{day1.wind.speed}}km/hr
Date: {{dates.day2}}
Min: {{day2.main.temp_min}}°C
Max: {{day2.main.temp_max}}°C
{{day2.weather[0].main}}:{{day1.weather[0].description}}
Date: {{dates.day3}}
Min: {{day3.main.temp_min}}°C
Max: {{day3.main.temp_max}}°C
{{day3.weather[0].main}}:{{day3.weather[0].description}}
Date: {{dates.day4}}
Min: {{day4.main.temp_min}}°C
Max: {{day4.main.temp_max}}°C
{{day4.weather[0].main}}:{{day4.weather[0].description}}