Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

unauth0rized/kahooteer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kahooteer

Node.js module which gives you the ability to interact with the kahoot API.

Installation

npm install kahooteer

Usage

const kahooteer = require('kahooteer');

const Client = new kahooteer('xxxxxx', 'kahooteer'); // this accepts an invite link or a pin.

Client.Join()
 	.then(() => {
		console.log(`We are in-game as ${Client.PlayerName}!`)
	})
	.catch((reason) => console.log(`Couldn't join game session: ${reason}`));

Documentation

Not done yet, but you can look on the scripts on the /test folder for an example.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published