Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 588 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 588 Bytes

FlightRadarAPI

Unofficial API for Flight Radar 24 written in kotlin, based on Jean's python API.

Download

Adding Jitpack as a repository:

repositories {
    maven { url 'https://jitpack.io' }
}

Adding the dependency:

dependencies {
    implementation 'com.github.SooStrator1136:FlightRadar4k:1.0'
}