Skip to content

ZudoB/tetr.js

 
 

Repository files navigation

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 osk on Discord to receive such bot accounts.

Credits

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

About

An API Wrapper For TETR.IO

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.7%
  • JavaScript 0.3%