saih1 / EzWeatherApp

Simple desktop weather app using Compose Multiplatform Framework in Kotlin with WeatherAPI integration

Home Page:https://www.weatherapi.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌤️ EzWeatherApp

This is a simple desktop application that allows users to search for weather and forecast information specific to the location of choice through the search feature. The main purpose of this application is to demonstrate building a simple weather application using JetBrains' Compose Multiplatform Framework in Kotlin. WeatherAPI is used as the only source of information.

🧰 Libraries and Tools

🔐 API KEY

  • generate a free API key on WeatherAPI.com
  • go to src/main/kotlin/utils/Constants.kt
  • replace the const with your API key.
  • run the app.

🖼️ Screenshots

👏 Inspired by Robert Orgiu's tutorial posted on raywenderlich.com

About

Simple desktop weather app using Compose Multiplatform Framework in Kotlin with WeatherAPI integration

https://www.weatherapi.com/


Languages

Language:Kotlin 100.0%