UNPKG

quizzz-cli

Version:

A Quiz CLI app in Node.js. The app will ask you questions till you get it wrong

16 lines (12 loc) 407 B
## Quiz CLI in Node.js A Quiz CLI app in Node.js. The app will ask you questions till you get it wrong ## Basic Instructions - Right answer will give you 1000 points - Wrong answer give you 0 points - In the end you will get total scores ## Usage: - npm i quizzz-cli - quiz --help - quiz random-questions --type=multiple --amount=5 - quiz get-categories - quiz by-category --category="Sports" --amount=7