Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 540 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 540 Bytes

WeatherApp

Weather Forecast App (OpenWeather API & CLLocationManager). Clean Swift VIP architecture. Without storyboard or xib.

The application shows the current weather and the weather for the next 24 hours/7 days for the current user location. The app also shows what to wear for this weather.

Keyword

  • CleanSwift architecture
  • Without storyboard/xib
  • JSON & Codable
  • Openweathermap
  • CoreLocation
  • AVFoundation