Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 813 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 813 Bytes

Clima

You can check a city's current weather and tempurture just typein it's name.

Functions and 3rd party liberary I use

Use https://openweathermap.org api to gain weather data.

Use Core Location to get current locationi with phone GPS.

URLSession and make HTTP requests.

Parse JSON with Encodable and Decodable protocols.

Use DispatchQueue.main.async to fetch the main thread.

Clima_DarkMode Clima_LightMode

Credit

This is a companion project to The App Brewery's Complete App Development Bootcamp, check out the full course at www.appbrewery.co