Skip to content

Kotlin library to query IP addresses using the https://ipQuery.io/ API

License

Notifications You must be signed in to change notification settings

MrMinemeet/IPQuery-Kotlin

Repository files navigation

IPQuery-Kotlin

GitHub License GitHub Release GitHub Downloads (all assets, all releases)

A Kotlin library for using the ipquery.io service. This library allows you to query IP information from the IPQuery API with ease.

Features

  • Query own IP
  • Query IP information
  • Query bulk IP information

How to use

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.

Pre-Compiled JAR

Download the latest release from the releases page

Build from source

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.

Documentation

Please See the KDoc comments that are present in the source code.


License

This project is licensed under the MIT License. For more information, please see the LICENSE file.

Important Information

This project is not affiliated with IPQuery.io. For more information, please visit their website at ipquery.io