Skip to content

Weather App that uses location data to display current weather, as well as weather for the next few days.

Notifications You must be signed in to change notification settings

KateWaller/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

WeatherApp

🌦️ ☀️ 🌪️

WeatherApp uses data pulled from OpenWeatherMap to display current and future weather to users. The app updates the background as well as other UI elements based on the user's location and the current weather forecaset.

Features:

  1. Swift Programming Language
  2. Shows the user weather for their current location 🌍
  3. Updates background image based on weather ☀️
  4. Shows the weather forecast for next few days ⛅
  5. Shows min and max temperature for today ❄️ 🔥
  6. Custom UIView
  7. UIStackView
  8. MVVM Design
  9. CoreLocation
  10. Animations

How to build:

  1. Clone the repository: https://github.com/KateWaller/WeatherApp.git

  2. Open the workspace in Xcode

  3. Sign up on openweathermap.org/appid to get an appid

  4. Please replace "OpenWeatherMapAPI" with your actual appid key.

  5. Compile and run the app in your simulator

  6. If you don't see any data, please check "Simulator" -> "Features" -> "Location" to change the location.

About

Weather App that uses location data to display current weather, as well as weather for the next few days.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages