Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zaida04/quizizz.js
- Owner: zaida04
- License: mit
- Created: 2020-09-23T15:07:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T16:00:13.000Z (over 4 years ago)
- Last Synced: 2024-10-10T17:14:08.770Z (3 months ago)
- Topics: api-wrapper, quizizz, quizziz
- Language: TypeScript
- Homepage: http://quizizz.js.org/
- Size: 911 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
A minimal dependency
Node.js Wrapper
for theQuizizz.com
Internal API. Written in TypeScript and includes typings.
## 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)