1.1.1 • Published 4 years ago

quizizz.js v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

1.1.1

4 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago