kiai.js
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i kiai.js

Weekly Downloads

14

Version

2.0.0

License

MIT

Unpacked Size

43.5 kB

Total Files

8

Last publish

Collaborators

  • thewilloftheshadow
  • buapebot