Infiniti20 / blooket-wrapper

A node.js wrapper for the Blooket API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blooket-wrapper

Downloads

About

A node.js wrapper for the Blooket API

The documentation can be found here

Installation

npm install blooket

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

License:MIT License


Languages

Language:JavaScript 100.0%