Allows safely fetching The Weekly Fifty latests quizzes.
npm install weekly-fiftyTo use this library, the following is available:
import { TW50 } from 'weekly-fifty';
// get the latest available quiz
const latest = await TW50.Fetch();The Options available for TW50.Fetch include:
url: Optional override url for the quiz endpoint.parse: Handles parsing fetch responses to quiz data.