Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 936 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 936 Bytes

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