Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidortinau/WeatherTwentyOne
https://github.com/davidortinau/WeatherTwentyOne
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidortinau/WeatherTwentyOne
- Owner: davidortinau
- License: mit
- Created: 2021-04-28T19:27:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T21:27:02.000Z (10 months ago)
- Last Synced: 2024-07-28T13:19:15.563Z (3 months ago)
- Language: C#
- Size: 2.47 MB
- Stars: 920
- Watchers: 46
- Forks: 220
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-maui - WeatherTwentyOne - square)](https://github.com/davidortinau/WeatherTwentyOne/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/davidortinau/WeatherTwentyOne?style=flat-square)](https://github.com/davidortinau/WeatherTwentyOne/commits) (Samples)
README
# Weather '21
This is a [.NET MAUI](https://github.com/dotnet/maui) app showcasing .NET 6 Preview progress. For more information about what's included, [read the blogs](https://devblogs.microsoft.com/dotnet/category/maui/).
![.NET MAUI Weather App on all platforms](images/maui-weather-hero-sm.png)
## Requirements
Setup instructions for Windows and Mac are [here on the dotnet/maui wiki](https://github.com/dotnet/maui/wiki#getting-started).
## Platform Integrations
To demonstrate how easily you can enable platform-native integrations, we added a handful of features:
* App Actions - Microsoft.Maui.Essentials provides a simple API to add shortcuts you access from the app icon
* System Tray - added the .NET bot to the tray on Windows and status bar on macOS
* Notifications - trigger a notification when clicking the bot![gallery of platform images](images/platform-integrations.png)
## Four Platforms, One Project
The WeatherTwentyOne project is a multi-targeted SDK project that can run on Android, iOS, macOS, and Windows.
![run menu](images/run-static-profiles.png)
## Additional Resources
https://docs.microsoft.com/dotnet/maui
https://github.com/dotnet/maui