mirror of
https://github.com/kennethnym/aris.git
synced 2026-02-02 21:21:21 +00:00
Implements @aris/data-source-weatherkit for fetching weather data from Apple WeatherKit REST API. - WeatherKitDataSource class implementing DataSource interface - Feed items: current, hourly, daily, and alerts - Priority adjustment based on weather conditions and alert severity - Unit conversion (metric/imperial) - Response validation with arktype - Test fixtures from real API responses Co-authored-by: Ona <no-reply@ona.com>
5 lines
194 B
Plaintext
5 lines
194 B
Plaintext
WEATHERKIT_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----"
|
|
WEATHERKIT_KEY_ID=ABC123DEFG
|
|
WEATHERKIT_TEAM_ID=TEAM123456
|
|
WEATHERKIT_SERVICE_ID=com.example.weatherkit.test
|