Software to view the weather in the city. The Avalonia platform was chosen for implementation. The project based on the MVVM (Model-View-ViewModel
) design template.
flowchart LR
View <--> ViewModel --> Model
Model -.-> ViewModel
The wttr.in is used to provide weather, which is a console-oriented weather forecast service that supports various information representation methods like terminal-oriented ANSI-sequences for console HTTP clients (curl, httpie, or wget), HTML for web browsers, or PNG for graphical viewers.