This project is a Kotlin application that fetches and processes aircraft data using the AeroDataBox API.
- Kotlin
- Java
- Gradle
- H2 Database
- OkHttp
- Gson
- HikariCP
- kotlinx-coroutines-core
To run this project, you need to have Kotlin and Gradle installed on your machine.
- Clone the repository:
git clone https://github.com/SinonCute/AirlineFetcher.git
- Navigate to the project directory:
cd AirlineFetcher
- Build the project:
gradle build
- Run the project:
gradle run
- Fetch aircraft data from the AeroDataBox API
- Store aircraft data in an H2 database
- Retrieve aircraft data from the database
- Display aircraft data in the console
- Free to use and modify