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!