Skip to content

SOLIDusr/FaceitKt

Repository files navigation

FaceitKt is out

FaceitKt Preview

FaceitKt is a powerful API wrapper for Faceit.

Developed from python scratch based on milahnmartin's pyfaceit to a nice kotlin library.

Installation

Just download it from github. You basically need just FaceitClient.kt file.

git clone https://github.com/SOLIDusr/FaceitKt.git

Docs

Super cool documentation here!

Usage

fun main(){
    val faceitClient = FaceitClient()
    val player = faceitClient.Players()
    val info = player.getPlayers("s1mple")
    println(info["country"])
    >> output - ua
}

and something like that...

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPL-3.0 license