Desktop application as client for backend of this Sample project.
Done:
- Weather displaying hourly and dayly.
- Random city ability to see.
Used:
- .NET Core 3.1.
- Prism MVVM Framework.
- RestSharp for making requests to backend.
- Really good Weather API.
Run: Before running it you need change .net secrets to your otherwise solution will started with excetpion. (Or you can replace in Secrets class values of static fields directly.) Also don't forget run the backend project, the same with .net secret.