Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.4 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.4 KB

Weatherify 🌤️

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.

Weatherify

Key Features 🚀

  • 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.

Tech Stack 💻

  • SwiftUI: Modern declarative UI framework for iOS.
  • Open-Meteo API: Free and open-source weather API for fetching real-time and forecasted weather data.

Requirements 📋

  • iOS 15.0 or later
  • Xcode 13.0 or later

Installation 🔧

  1. Clone the Repository
git clone https://github.com/phoenixpereira/weatherify.git
  1. Navigate to the project directory:
cd weatherify
  1. Open the .xcodeproj file in Xcode.

  2. Select your target device or simulator.

  3. Hit Cmd + R to build and run the app.