This project is a hands-on example of working with jsoup, a Java library for working with real-world HTML. It scrapes data from a reliable source to track COVID-19 statistics.
- Java Development Kit (JDK)
- jsoup library (version 1.13.1)
- Download the jsoup library here.
- Include the jsoup library in your project.
The COVID-19 statistics are scraped from Worldometer.
- Clone the repository
- Open the project in your preferred IDE.
- Add the jsoup 1.13.1 jar to your project's build path.
- Run the application to fetch and display the latest COVID-19 statistics.
- The jsoup version used in this project is 1.13.1. You can download it from this link.