/Clima

Weather app fetching data from an API based on the user's location.

Primary LanguageSwift

Clima

Screen Shots

Light and Dark mode Views:


Table of Contents


Description

  • Check the weather based on your current location.
  • Search for a city's weather using search bar.
  • Parsing JSON data with OpenWeatherMap API using the native Encodable and Decodable protocols.
  • MVC design pattern.
  • Created this app as part of my learning and improvement during Appbrewery iOS App Development Bootcamp on Udemy.

Frameworks

  • UIKit
  • Core Location
  • GCD
  • Codable
  • URLSession

How To Use

  • Clone the project and run it on Xcode 12 or above

Author Info

Back To The Top