Cloudy is a simple Java application that uses JavaFX for the user interface and Playwright with Browserless for web scraping. The application fetches current weather data and recommends an outfit based on the conditions.
- Fetches real-time weather data using Playwright and Browserless.
- Displays weather information in a user-friendly JavaFX interface.
- Provides outfit recommendations based on the weather conditions.
- Java 23+
- Gradle for dependency management.
- A Browserless API key for web scraping.
- Launch the application.
- Enter your location in the provided input field.
- View the current weather and outfit recommendation.
- JavaFX: For building the graphical user interface.
- Playwright: For web scraping weather data.
- Browserless: To enable headless browser automation.
This project is licensed under the GNU Affero General Public License v3.0. See the LICENSE file for details.
- JavaFX
- Playwright
- Browserless
- Weather data sourced from publicly available websites.
