https://github.com/edgarjmesquita/weather-app-swift
Simple Weather App developed with Swift.
https://github.com/edgarjmesquita/weather-app-swift
ios mvvm-c mvvm-coordinator swift viewcode
Last synced: 3 months ago
JSON representation
Simple Weather App developed with Swift.
- Host: GitHub
- URL: https://github.com/edgarjmesquita/weather-app-swift
- Owner: EdgarJMesquita
- Created: 2025-01-13T23:41:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T06:39:52.000Z (5 months ago)
- Last Synced: 2025-01-17T07:31:07.699Z (5 months ago)
- Topics: ios, mvvm-c, mvvm-coordinator, swift, viewcode
- Language: Swift
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather-app-swift
Simple Weather App developed with Swift.
## Topics
- 🧑💻 MVVM-C
- 👽️ View Code
- 🎨 Animated Splash Screen
- 📍 User Location + Geocoding
- ☁ OpenWeather API integration
- 🔀 Dynamic background image
- 💄 Animated transition
- 🔒 Securely storing Api Keys
- ⚡️ Swift## Screenshots
![]()
![]()
![]()
![]()
![]()
# How to use
Sign up in [Open Weather](https://openweathermap.org/api) and retrieve your api key.
1. Create `Weather App/Config.xcconfig` file with following struct
```
OPEN_WEATHER_API_KEY = YOUR_OPEN_WEATHER_API_KEY
```2. Replace `YOUR_OPEN_WEATHER_API_KEY` with your own api key.
_obs: The key can take up to 20min to be activated._
#
You good to go!
# 🤓 + 💻 = 🚀