Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shishnk/weather
Software to view the weather in the city
https://github.com/shishnk/weather
avalonia mvvm reactiveui weather wttrin
Last synced: 4 months ago
JSON representation
Software to view the weather in the city
- Host: GitHub
- URL: https://github.com/shishnk/weather
- Owner: shishnk
- License: mit
- Created: 2023-05-23T15:06:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-07T09:57:20.000Z (about 1 year ago)
- Last Synced: 2024-10-01T01:51:08.999Z (4 months ago)
- Topics: avalonia, mvvm, reactiveui, weather, wttrin
- Language: C#
- Homepage:
- Size: 5.78 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Program description #
Software to view the weather in the city. The [Avalonia](https://www.avaloniaui.net/) platform was chosen for implementation. The project based on the MVVM ([``Model-View-ViewModel``](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel)) design template.
```mermaid
flowchart LR
View <--> ViewModel --> Model
Model -.-> ViewModel
```## Weather API
The [wttr.in](https://github.com/chubin/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
![](example/example.png)### Saving the weather for several days
![](example/saveWeather.png)