Skip to content

phuc3asu/blooket-wrapper

Repository files navigation

blooket-wrapper

A node.js wrapper for the Blooket API

The documentation can be found here

Usage

const Blooket = require('blooket')

const client = new Blooket();

client.joinGame('342865', 'twst', 'Dog')

client.on('Joined', data => {
    console.log(`Joined game with name: ${data.name} \nJoined game with blook: ${data.blook}`)
});

About

A node.js wrapper for the Blooket API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published