feat: combine daily weather into single feed item (#102)

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-03-29 15:40:47 +01:00
committed by GitHub
parent f1c2f399f2
commit 4916886adf
4 changed files with 100 additions and 24 deletions

View File

@@ -11,6 +11,7 @@ export {
type HourlyWeatherEntry,
type DailyWeatherFeedItem,
type DailyWeatherData,
type DailyWeatherEntry,
type WeatherAlertFeedItem,
type WeatherAlertData,
} from "./feed-items"