View Source Apple.WeatherKit

CI Hex.pm built with Nix

An client for Apple's WeatherKit REST API.

Notes

This package is still in its early stages, so it may still undergo significant changes, potentially leading to breaking changes.

Installation

Add :apple_weather_kit to the list of dependencies in mix.exs:

def deps do
  [
    {:apple_weather_kit, <requirement>}
  ]
end

Usage

For more information, see the documentation.

License

Apache License 2.0