1.0.1 • Published 4 years ago

quizbowl v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Quizbowl

Access 90,000 quizbowl tossups with a search or get a random tossup.

Installation

npm i quizbowl --save

Usage

Tossup search

const qb = require('quizbowl');

qb.search('einstein').then(function (tossups) {
    console.log(tossups);
});

Random tossup

const qb = require('quizbowl');

qb.random().then(function (tossup) {
    console.log(tossup);
});
1.0.1

4 years ago

1.0.0

4 years ago