liars-ledger-vX.X.X.zipsrc folder and rename config.example.js to config.jschrome://extensionsNo API keys needed — everything runs through api.liarsledger.com.
git clone https://github.com/ryanegauthier/liars-ledger.git
cd liars-ledger
cp src/config.example.js src/config.js
Load unpacked in chrome://extensions pointing at the project root.
The dictionary is committed to the repo and doesn’t need to be rebuilt for normal use. To rebuild against the latest Congress.gov data:
node build-dictionary.js YOUR_CONGRESS_API_KEY
Register for a free key at api.congress.gov/sign-up.
See Backend Proxy — Local development.
node build-release.js
Produces liars-ledger-vX.X.X.zip in the project root. The GitHub Actions workflow runs this automatically on every version tag push.
Click any politician card to expand their full record. Click ↗ Full Report to open a standalone report page with all available data.