Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zaida04/quizizz.js

📝✍️ Fetch quizzes and other info from the internal Quizziz API.
https://github.com/zaida04/quizizz.js

api-wrapper quizizz quizziz

Last synced: 2 months ago
JSON representation

📝✍️ Fetch quizzes and other info from the internal Quizziz API.

Awesome Lists containing this project

README

        





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
- [Be sure to read this disclaimer before you continue](https://github.com/zaida04/Quizizz.js#disclaimer)
- `npm install Quizizz.js`

```js
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](http://quizizz.js.org)

## Contributing
We welcome any and all contributions that follow our [contribution guide](https://github.com/zaida04/Quizizz.js/blob/master/.github/CONTRIBUTING.md)

## 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](https://github.com/zaida04), Released under the [MIT](https://github.com/zaida04/Quizizz.js/blob/master/LICENSE) License.
Authored and maintained by zaida04.

> GitHub [@zaida04](https://github.com/zaida04)