Play Jeopardy! from your Terminal like a boss while people think you're doing something complicated like configuring a Linux server!
Answer clues from real Jeopardy! episodes. cli-jeopardy calculates your score based on your responses.
- clone the repo
npm install
npm run play
- Answer the clues!
parse.js
: a NodeJS script that parses complex HTML pages from http://j-archive.com/ and reformats them into JSON to be consumed by the gameplay.js
: a NodeJS script that allows users to answer clues from a CLI- Uses InquirerJS, a promise-based library for CLI prompting and Chalk for outputting rich colors to the console