Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 881 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 881 Bytes

Program description

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
Loading

Weather API

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.

Example of using the program

Current weather display

Saving the weather for several days