Skip to content

Weather plugin for IntelliJ IDEA IDE

Notifications You must be signed in to change notification settings

Tomunek/WeatherlliJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

10c2bb4 · Mar 13, 2024

History

10 Commits
Mar 11, 2024
Mar 9, 2024
Mar 9, 2024
Mar 13, 2024
Mar 13, 2024
Mar 9, 2024
Mar 12, 2024
Mar 13, 2024
Mar 9, 2024
Mar 9, 2024
Mar 9, 2024
Mar 9, 2024

Repository files navigation

WeatherlliJ

Weather plugin for IntelliJ IDEA IDE.
University project!
It is common knowledge that programmers, and especially IT students don't leave their basements more than a few times a year. This plugin allows them to know the weather to more easily imagine what the outside world looks like.

This project uses free Open-Meteo weather API: https://open-meteo.com/.

Screenshots

Extension in marketplace

Extension in IntelliJ

Build and install

Build

Linux

In your preferred terminal run:

./gradlew

Output jar file will appear in build/libs.

Windows

  1. Install a real operating system.
  2. Go to linux section.

If you REALLY want to stay on windows, run gradelw.bat script.
Output jar file will appear in build/libs.

Install

In IntelliJ IDEA go to
Settings | Plugins | Cog on top bar | 🔌Install Plugin from Disk...
and select WeatherLLiJ-(version).jar file located in build/libs folder.

TODO

  • replace placeholder assets (weather condition icons)
  • add settings panel to set location
  • make UI look somehow presentable
  • possibly add auto refreshing
  • possibly add internationalization