Skip to content

A weather App using OpenWeatherAPI API with geolocation for iOS, iPad and macOS(Project Catalyst).

Notifications You must be signed in to change notification settings

yashmittall/Clima

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clima

A simple weather App using OpenWeatherMap API with geolocation for iOS, iPad and MacOS(Project Catalyst).

      
This App supports both light and dark mode. It also contains search bar to search for cities.

Installation

Download or clone the repository to Xcode. To run this App first get your personal API key from OpenWeatherMap and paste the API key in weatherURL inside WeatherManager.swift file.

let weatherURL = "https://api.openweathermap.org/data/2.5/weather?appid='Enter-you-api-key-here'&units=metric"
    

Then finally change the Signing & Capabilties and change the Bundle Identifier. Run the project on Simulator, Mac or an actual physical iPhone and iPad . Enjoy 😄.

License

MIT

About

A weather App using OpenWeatherAPI API with geolocation for iOS, iPad and macOS(Project Catalyst).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages