A Kotlin library for using the ipquery.io service. This library allows you to query IP information from the IPQuery API with ease.
- Query own IP
- Query IP information
- Query bulk IP information
You can either download the pre-compiled JAR file or build from source. Either way, you will need to include the JAR file in your project.
Download the latest release from the releases page
Clone the repository and build using Gradle.
git clone https://github.com/MrMinemeet/IPQuery-Kotlin.git
cd ./IPQuery-Kotlin
./gradlew build
The .jar file will be located in the build/libs
directory.
Please See the KDoc comments that are present in the source code.
This project is licensed under the MIT License. For more information, please see the LICENSE file.
This project is not affiliated with IPQuery.io. For more information, please visit their website at ipquery.io