1.2.0 • Published 10 months ago

tatsu v1.2.0

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

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.

1.2.0

10 months ago

1.1.0

2 years ago

1.0.1

2 years ago

0.3.2

2 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.2

3 years ago

0.1.1

3 years ago

1.0.0

3 years ago