Skip to content

shishnk/weather

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages