Skip to content

janirefdez/IOSWeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

iOS Weather App

Swift Xcode iOS

Weather app made in SwiftUI. This app shows the weather at your current location.

Requirements

  • iOS 15.0
  • Xcode 13.0

Functionalities

  • Get current location.
  • Get weather data at current location.

Weather data comes from open weather map API.

In this case the request used to obtain the weather information is:

https://api.openweathermap.org/data/2.5/weather?lat={lat}&lon={lon}&appid={API key}

Notes

I have also done this project for Android, if you want to see it just click on this link

Demo

About

iOS weather app made in SwiftUI. This app shows the weather at your current location

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages