Native macOS weather widget for ZIP code 08005.
- Uses a native SwiftUI macOS app with a WidgetKit extension
- Supports only the small widget family to match the requested one-tile size
- Shows the current temperature in both
°Fand°Cat the same time - Fetches current conditions from Open-Meteo using fixed coordinates for
08005 - Falls back to cached data when a refresh fails
- Open
WeWeather.xcodeprojin Xcode. - Select the
WeWeatherscheme and run it onMy Mac. - Add the
WeWeatherwidget to the desktop or Notification Center. - Choose the small widget size when prompted.
Run the test suite from the command line:
xcodebuild test -project WeWeather.xcodeproj -scheme WeWeather -destination 'platform=macOS'