Quizlet
This module allows you to interact with a subset of the Quizlet API, currently:
- Get users
- Get a full list of the user's sets
- Get a set
- Get the creator of that set
More operations will be added.
Example
const Quizlet = const q = clientId: "your client id" const user = await q console const sets = await user console const aCoolSet = await q console const creator = await aCoolSet console const terms = await aCoolSet console