Home /
Expert Answers /
Computer Science /
in-c-sharp-how-do-you-make-a-gui-weather-app-in-the-picture-i-show-the-xml-response-generated-pa905
(Solved): In C# sharp how do you make a GUI weather app:
In the picture, I show the XML response generated ...
In C# sharp how do you make a GUI weather app:
In the picture, I show the XML response generated from a basic query by city utilizing the openweathermap api. Create a front-end interface that allows the user to type in a city name and see a weather forecast for that city. Display the following attributes in your interface: The temperature value, max and min temperature, convert these values to Fahrenheit. - The value for the humidity - The name attribute for the clouds - The precipitation value (note that no means there is no precipitation, this value can say rain or snow).