Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pazurkota/kittyweather
A free, open-source, cat-themed and multiplatform mobile weather app written with .NET MAUI
https://github.com/pazurkota/kittyweather
android csharp dotnet ios maui maui-apps mobile mobile-app multiplatform weather weather-app
Last synced: 5 days ago
JSON representation
A free, open-source, cat-themed and multiplatform mobile weather app written with .NET MAUI
- Host: GitHub
- URL: https://github.com/pazurkota/kittyweather
- Owner: pazurkota
- License: gpl-3.0
- Created: 2023-06-26T13:43:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-06T11:56:38.000Z (10 months ago)
- Last Synced: 2024-01-06T13:13:13.563Z (10 months ago)
- Topics: android, csharp, dotnet, ios, maui, maui-apps, mobile, mobile-app, multiplatform, weather, weather-app
- Language: C#
- Homepage:
- Size: 323 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 😺 KittyWeather
A free, open-source, cat-themed and multiplatform weather app written with .NET MAUI
![Release](https://img.shields.io/github/v/release/pazurkota/kittyweather?include_prereleases&style=for-the-badge)
![License](https://img.shields.io/github/license/pazurkota/kittyweather?style=for-the-badge)
## Features- Shows temperature with current weather state
- Shows weather for the next 5 hours
- Shows weather icons (subject to change)
- Shows the following information:
- Humidity
- Cloud cover
- Air pressure
- Visibility
- UV Index (with description)
- Precipitation
- Shows weather alert for local area
- Changeable weather units!## Deployment
### Preqrequisites:
- [.NET 7 SDK](https://dotnet.microsoft.com/download/dotnet/7.0)
- Visual Studio 2022 (or newer) or any other IDE with .NET MAUI workload### Android:
- Download the [API 33](https://developer.android.com/studio)
- Clone the repository and open the solution with your favorite IDE
- Choose "Android" as the startup project
- Build and run the project (or debug it)### IOS:
- Download the [Xcode](https://developer.apple.com/xcode/) and [iOS 14.5 SDK](https://developer.apple.com/download/more/?=xcode%2012.5)
- Clone the repository and open the solution with your favorite IDE
- Choose "iOS" as the startup project
- Build and run the project (or debug it)### If you wish to run this project on your device:
- [How to run project on Android](https://learn.microsoft.com/en-us/dotnet/maui/android/device/setup)
- [How to run project on iOS](https://learn.microsoft.com/en-us/dotnet/maui/ios/pair-to-mac)If you still have problems with deploy, please check the [official documentation](https://learn.microsoft.com/en-us/dotnet/maui/deployment/)
## Acknowledgements
- Tab bar icons and search icon are from [Google Material Design](https://material.io/resources/icons/?style=baseline)
- The weather icons are from [Weather Icons](https://erikflowers.github.io/weather-icons/)## Contributing
Pull requests are always welcome! For major changes, please open an issue first to discuss what you would like to change.## License
This project is under GNU GPLv3 license. See the [LICENSE](LICENSE) file for more info