quizizz.js
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

logo.png

A minimal dependency Node.js Wrapper for the Quizizz.com Internal API. Written in TypeScript and includes typings.


License: MIT Issues GitHub pull requests DeepScan grade Linting TypeScript
NPM

Getting Started

    const QAPI = require("Quizizz.js");
    const client = new QAPI.QuizizzClient();
 
    (async () => {
        const Quiz = await client.fetchQuiz("quizID");
        console.log(Quiz);
    })();
 

Documentation

You can find the documentation here

Contributing

We welcome any and all contributions that follow our contribution guide

Disclaimer

Quizizz does not provide a public API, this is an internal user API that isn't secured, allowing it to be accessed by anyone. Use this at your own discretion, we are not responsible for what you do with this data and you are subject to the TOS of Quizizz along with the responsibility of ethically using the data you are receiving. Typings may not be fully accurate, feel free to PR.

LICENSING

Created ~9/20/2020

Quizizz.js © zaida04, Released under the MIT License.
Authored and maintained by zaida04.

GitHub @zaida04

Package Sidebar

Install

npm i quizizz.js

Weekly Downloads

9

Version

1.1.1

License

MIT

Unpacked Size

55.3 kB

Total Files

64

Last publish

Collaborators

  • nico.03727