Simple Weather App developed with Swift.
- 🧑💻 MVVM-C
- 👽️ View Code
- 🎨 Animated Splash Screen
- 📍 User Location + Geocoding
- ☁ OpenWeather API integration
- 🔀 Dynamic background image
- 💄 Animated transition
- 🔒 Securely storing Api Keys
- ⚡️ Swift
Sign up in Open Weather and retrieve your api key.
- Create
Weather App/Config.xcconfig
file with following struct
OPEN_WEATHER_API_KEY = YOUR_OPEN_WEATHER_API_KEY
- 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!