Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sendeky/weatherkit-weather-app
An iOS weather app that utilizes Apple's WeatherKit API. For iOS and watchOS
https://github.com/Sendeky/weatherkit-weather-app
collaborate ios swift swiftui watchos weather weatherkit
Last synced: 30 days ago
JSON representation
An iOS weather app that utilizes Apple's WeatherKit API. For iOS and watchOS
- Host: GitHub
- URL: https://github.com/Sendeky/weatherkit-weather-app
- Owner: Sendeky
- License: mit
- Created: 2022-11-14T05:36:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T21:18:16.000Z (11 months ago)
- Last Synced: 2024-08-03T17:19:21.371Z (4 months ago)
- Topics: collaborate, ios, swift, swiftui, watchos, weather, weatherkit
- Language: Swift
- Homepage:
- Size: 14.6 MB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - StormyLaunch
README
# weatherkit-weather-app
![iOS](https://img.shields.io/badge/iOS-000000?style=for-the-badge&logo=ios&logoColor=white)
![Swift](https://img.shields.io/badge/swift-F54A2A?style=for-the-badge&logo=swift&logoColor=white)## What It Is:
* An iOS Weather App that uses Apple's WeatherKit API
### [App Store Link](https://apps.apple.com/us/app/stormylaunch-weather-app/id6444372213)
## Background Info:
* When I started this project, there weren't any iOS weather apps on Github that utilized the API. So, to better understand it, I decided to make a full app and put all of it in Github
* I have published it on the App Store, if you are interested here's the [link](https://apps.apple.com/us/app/stormylaunch-weather-app/id6444372213)!## Requirements:
```bash
Tested Xcode: 14.2
Minimum iOS: 16.0
Dependencies: None
```The iOS app is built mostly in UIKit, with some occasionsal SwiftUI elements
The WatchOS app is built entirelty in SwiftUI## Contributing
If you want to contribute, then create an issue and associate a pull request to this issue. Your pull request needs to have some description in the title about the issue that you are trying to solve. After you send your pull request, someone will merge it into the master branch.
## License
MIT LicenseCopyright (c) 2023 Ruslan Spirkin
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.