A minimal dependency Node.js Wrapper
for the Quizizz.com
Internal API. Written in TypeScript and includes typings.
- Be sure to read this disclaimer before you continue
npm install Quizizz.js
const QAPI = require("Quizizz.js");
const client = new QAPI.QuizizzClient();
(async () => {
const Quiz = await client.fetchQuiz("quizID");
console.log(Quiz);
})();
You can find the documentation here
We welcome any and all contributions that follow our contribution guide
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.
Created ~9/20/2020
Quizizz.js © zaida04, Released under the MIT License.
Authored and maintained by zaida04.
GitHub @zaida04