Weather Application in Swift Language
ING
I have developed a weather application in Swift. In this application, you can get weather information for any country, city, or town you enter. I retrieve this weather information through an API, specifically using openweathermap. To use the application, you need to register with openweathermap and generate your API key. Simply enter your API key in the "API KEY" field within the WeatherApp/Service/WeatherService.swift file.
Language : Swift
API : openweathermap
Model: MVVM
TR
Swift dilinde hava durumu uygulaması geliştirdim. Bu uygulamada, alana yazdığınız herhangi bir ülke, il veya ilçenin hava durumu bilgilerini alabilirsiniz. Bu hava bilgilerini API aracılığıyla elde ediyorum. API olarak openweathermap'i kullanmaktayım. Uygulamayı kullanmak için openweathermap'e kayıt olup API anahtarınızı oluşturmanız gerekmektedir. API anahtarınızı WeatherApp/Service/WeatherService.swift dosyasının "API KEY" alanına girmeniz yeterlidir.
Dil : Swift
API : openweathermap
Model: MVVM