Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florinchess/weather
Simple weather app developed in C# for Windows and Android
https://github.com/florinchess/weather
api-client csharp mvvm weather wpf xamarin-forms
Last synced: about 1 month ago
JSON representation
Simple weather app developed in C# for Windows and Android
- Host: GitHub
- URL: https://github.com/florinchess/weather
- Owner: FlorinChess
- License: apache-2.0
- Created: 2022-05-28T07:22:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T20:19:38.000Z (6 months ago)
- Last Synced: 2024-07-21T21:51:56.798Z (6 months ago)
- Topics: api-client, csharp, mvvm, weather, wpf, xamarin-forms
- Language: C#
- Homepage:
- Size: 6.88 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Weather
Simple weather app developed with WPF .NET Core for Windows and Xamarin.Forms for Android. Both applications share the same business logic and implement the MVVM design pattern. Weather provides information on current weather with hourly forecasts. The application has a lightweight and intuitive UI inspired by Google's Material Design guide.
## Features
- âšī¸ Detailed weather information for the selected location
- đ Hourly weather forecast
- đ Metric and Imperial system
- đģ Shared business logic
- đą Cross-platform (Windows & Android)
- đ Clean and responsive design## Screenshots
![screenshot](https://github.com/FlorinChess/Weather/blob/master/screenshot1.png)
## Third-party libraries and APIs
- Moq
- MVVM.Helpers
- Weather API