Skip to content

rroessler/npm.weekly-fifty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Weekly Fifty Library

Allows safely fetching The Weekly Fifty latests quizzes.

Installation

npm install weekly-fifty

Usage

To use this library, the following is available:

import { TW50 } from 'weekly-fifty';

// get the latest available quiz
const latest = await TW50.Fetch();

Options

The Options available for TW50.Fetch include:

  • url: Optional override url for the quiz endpoint.
  • parse: Handles parsing fetch responses to quiz data.

License

MIT

About

Library for Fetching 'The Weekly Fifty' Quizzes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors