Jeparser is a browser extension which downloads Jeopardy games for offline solving. It downloads the game into a JSON file.
To run the app locally, first install local dependencies:
npm installThen run the Webpack server:
npm run devFinally, run the web-ext development version of the extension with:
npm run start:firefoxOr for Chrome:
npm run start:chromeOpen
about:debugging#/runtime/this-firefox
on Firefox in the development browser and click "Inspect" on the extension to
debug the extension.
This repository uses release-please to manage releases.
It's possible to publish to both the Chrome Web Store and Mozilla Addons at once by creating these ENV variables:
EXTENSION_ID,CLIENT_ID,CLIENT_SECRET, andREFRESH_TOKENfrom Google APIs.WEB_EXT_API_KEY, andWEB_EXT_API_SECRETfrom AMO.
Build the extension, then attempt to deploy it to both stores:
npm run releaseRelease-please uses the Conventional Commits commit message format to generate a changelog.

