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

2.2.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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.2.0
    6
    • latest

Version History

Package Sidebar

Install

npm i kiai.js

Weekly Downloads

6

Version

2.2.0

License

MIT

Unpacked Size

43.5 kB

Total Files

8

Last publish

Collaborators

  • thewilloftheshadow
  • buapebot