1.1.7 • Published 2 years ago

kahooteer v1.1.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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.

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago