Whether_Weather

In this iOS app i use

  • Application Programming Interfaces (APIs) to grab live data from the internet.
  • Use URLSession to network and make HTTP requests.
  • Use Core Location to get the current location from the phone GPS.
  • Parse JSON with the native Encodable and Decodable protocols.
  • Dark mode enabled feature.