tatsu
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

Tatsu

NPM version Last commit

A NodeJS wrapper for interfacing with Tatsu's API.

Installing

npm install --save tatsu

Guild Rankings Example

const { Tatsu } = require('tatsu');

// Replace API_KEY with your Tatsu API key.
const client = new Tatsu("API_KEY");

// Get the Guild Rankings of Tatsu's Lounge
client.getGuildRankings('173184118492889089').then(rankings => {
	console.log(rankings);
});

Useful Links

Tatsu's developer portal contains very detailed information on how their API works, as well as which other libraries are available.

Tatsu's API channel (#api) is the best place to get support. Ping me (@TheEvilSocks#0023) for library support.

License

Please read the the LICENSE file.

Package Sidebar

Install

npm i tatsu

Weekly Downloads

119

Version

1.2.0

License

MIT

Unpacked Size

86.3 kB

Total Files

48

Last publish

Collaborators

  • theevilsocks