Skip to content

GpixelProg/WeatherDesktopApp

Repository files navigation

Weather Desktop

A weather display application that receives weather via a public API. The application provides data on temperature, weather, pressure, humidity, UV index, wind speed.

Tech:

  • Compose Desktop
  • Kotlin
  • JavaFX

Video loading...

to run, add the object - Properties to src/jvmMain/kotlin/data

package data

object Properties {
    val API_KEY = "YOUR Weatherbit API KEY"
}

But before that, get the API key - https://www.weatherbit.io/api/weather-current

You may also encounter build issues due to the use of JavaFX, which will be better implemented in the future.

IntelliJ Java Kotlin

About

A weather desktop app that receives weather via a public API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages