tetr.js

An API Wrapper For TETR.IO

Install

$ npm i tetr.js --save

Example

const { Client } = require("tetr.js");

(async () => {
const client = new Client();

await client.login("YOUR-TOKEN-HERE");

console.log("Bot online");
})();

Technologies

Contributing

Feedback and PRs are welcome!

Discord

License

This project is licensed under the MIT License. See LICENSE for details.

Disclaimer

TETR.JS is not associated with TETR.IO or osk. The token provided must match an account that has been approved as a bot account. Contact TETR.IO Support to request a bot account.

Credits

Special thanks to Poyo-SSB for documenting how the TETR.IO Ribbon system operates.

Generated using TypeDoc