Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 779 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 779 Bytes

WeatherOrNot

Simulator Screen Shot - iPhone 13 Pro - 2022-03-26 at 21 55 05_iphone13progold_portrait Simulator Screen Shot - iPhone 13 Pro - 2022-03-26 at 22 07 50_iphone13progold_portrait

Description:

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😃

Concepts used:

  • 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