An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# HPOpenWeather

[![codecov](https://codecov.io/gh/henrik-dmg/HPOpenWeather/graph/badge.svg?token=mX05cXr144)](https://codecov.io/gh/henrik-dmg/HPOpenWeather)
[![Swift](https://github.com/henrik-dmg/HPOpenWeather/actions/workflows/swift.yml/badge.svg)](https://github.com/henrik-dmg/HPOpenWeather/actions/workflows/swift.yml)
[![GitHub license](https://img.shields.io/github/license/henrik-dmg/HPOpenWeather)](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.