shishnk / weather

Software to view the weather in the city

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

Software to view the weather in the city

License:MIT License


Languages

Language:C# 100.0%