[New Plugin] Apple WeatherKit

Hi guys,

Just pushed a new plugin to the marketplace for Apple WeatherKit. The plugin itself is really simple to use, however setting everything up on Apple’s side can take a bit, but following their guide should make it simple.

You need an Apple Developer Program membership, but in exchange you also get 500k api calls a month for free.

The main thing is for every call a custom JWT needs to be generated, the plugin includes an action to help you with that. The JWT is valid for 1h. A Cloudflare Worker and Supabase Edge function code template will also be added later for those want to save on WU.

Some links to get started:

Apple Developer Program
Configure Apps to use WeatherKit
Authentication Overview
Link to Plugin