2.0.0 • Published 4 months ago

kiai.js v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

kiai.js

This package is the official Javascript wrapper for the public API of Kiai.

Installation

npm install kiai.js

Usage

const client = new KiaiClient("APIKEY")

client.leveling.addXp("GUILDID", "USERID", 100)

client.leveling
	.getLeaderboard("GUILDID")
	.then((lb) => console.log(lb))
	.catch(console.error)

Full documentation can be found at https://utilities.buape.com

2.0.0

4 months ago

1.1.5

4 months ago

1.1.4

4 months ago

1.1.3

5 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago

1.1.2

10 months ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago