Weather app with OpenWeatherMap API
WeatherApp
Weather app with OpenWeatherMap API
About Project
In this project, I made a weather app with dark mode. You can find out the weather conditions of that place by searching the city name.
Includes
- Dark-mode
- Vector images as image assets
- UITextField
- Delegate pattern
- Protocols and Extensions
- Swift closures and completion handlers
- URLSession and HTTP requests
- Parsing JSON with the native Encodable and Decodable protocols
- Grand Central Dispatch