Weatherify is a sleek and intuitive iOS weather app built with SwiftUI, leveraging the Open-Meteo API to provide real-time and forecasted weather data. Created for the 2nd 2024 UniSA Programming Community Code Jam.
- 7-Day Forecast: Plan your week with detailed weather forecasts.
- Hourly Updates: View hour-by-hour breakdowns of temperature and precipitation.
- Interactive UI: Beautiful SwiftUI design for an engaging user experience.
- Location Detection: Automatic location detection with the option to search for custom locations.
- Light & Dark Mode: Adaptive design for a seamless experience in both light and dark modes.
- SwiftUI: Modern declarative UI framework for iOS.
- Open-Meteo API: Free and open-source weather API for fetching real-time and forecasted weather data.
- iOS 15.0 or later
- Xcode 13.0 or later
- Clone the Repository
git clone https://github.com/phoenixpereira/weatherify.git
- Navigate to the project directory:
cd weatherify
-
Open the
.xcodeproj
file in Xcode. -
Select your target device or simulator.
-
Hit
Cmd + R
to build and run the app.