https://github.com/henrik-dmg/hpopenweather
Request OpenWeather data with ease in Swift
https://github.com/henrik-dmg/hpopenweather
api cross-platform json openweather openweather-api swift weather weather-data
Last synced: 12 months ago
JSON representation
Request OpenWeather data with ease in Swift
- Host: GitHub
- URL: https://github.com/henrik-dmg/hpopenweather
- Owner: henrik-dmg
- License: mit
- Created: 2017-02-11T17:06:29.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T20:46:57.000Z (over 1 year ago)
- Last Synced: 2025-06-19T03:46:20.105Z (12 months ago)
- Topics: api, cross-platform, json, openweather, openweather-api, swift, weather, weather-data
- Language: Swift
- Homepage: https://henrik-dmg.github.io/HPOpenWeather
- Size: 555 KB
- Stars: 20
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# HPOpenWeather
[](https://codecov.io/gh/henrik-dmg/HPOpenWeather)
[](https://github.com/henrik-dmg/HPOpenWeather/actions/workflows/swift.yml)
[](https://github.com/henrik-dmg/HPOpenWeather/blob/master/LICENSE.md)
HPOpenWeather is a cross-platform Swift framework to communicate with the OpenWeather One-Call API. See their [documentation](https://openweathermap.org/api/one-call-api) for further details.
## Installation
`HPOpenWeather` supports iOS 15.0+, watchOS 6.0+, tvOS 15.0+ and macOS 12+.
It can be installed via SPM:
```
.package(url: "https://github.com/henrik-dmg/HPOpenWeather", from: "6.0.0")
```
## Documentation
The documentation has been moved to https://henrik-dmg.github.io/HPOpenWeather, which is deployed from the DocC catalog.