WeatherOrNot is a fairly simple application created to allow users to search for the current weather of any city in the world using the OpenWeather APIπ
-
Core Location
-
Parse JSON with the native JSONDecoder
-
APIs by making HTTP requests with URLSession
-
MVC Design Pattern
-
Light and dark mode
-
Delegate Design Pattern