A simple, intuitive and elegant weather application that provides current weather information.
Demo link: https://youtu.be/kc6vWa3Em5A
Presentation explaining approach to the solution: Link
Developed in swift 5.0, Xcode 10.2.1 and supports iOS 10.0+
• Must use data received from a real weather service provider API
• Must display current weather for a location submitted by the user
• Must update weather data in the background every 1 hour
• When new weather data is fetched a notification MUST be displayed to the user that the new weather data is available
• Must persist user's location across app start/stop
• Must have a unit test to verify the objects used for fetching weather data
This application was developed as a part of a recent coding challenge to demonstrate my skills as an iOS developer and UX Developer/Designer.