AG
agecspnt/louisville-dmv-appointment-monitor
Open-source Electron app for monitoring Louisville, Kentucky DMV appointment availability with Playwright automation, randomized checks, and desktop/Bark alerts.
DMV Appointment Monitor
English (default) | 简体中文
Desktop app built with Electron + Playwright to monitor Kentucky DMV appointment availability.
App Preview
Live Location Picker · Real Earliest Lookup · Green Success Logs · Bark Push Details
The UI is designed for fast decision-making: select appointment type, choose a live location list, and monitor with earliest availability details visible in status/logs/notifications.
Highlights
- Supports
Written Test (56)andRoad Test (55). - After choosing
Appointment Type, the app fetches all live locations from DMV and lets you select one. - Real availability check per selected location.
- Real click on
Check Earliest Availabilityand extraction of earliest returned info (for exampleFebruary 26, 16 available). - When availability is found:
- green success logs in UI
- desktop notification
- Bark push notification (with location, status, check time, earliest info)
- Build is test-gated: tests must pass before packaging.
Requirements
- Node.js
>=20 - npm
Quick Start
npm install
npx playwright install chromium
npm startScripts
npm test
Runs all tests, including live DMV web integration test.npm run test:live
Runs only the live DMV integration test.npm run build:win
Test-gated Windows build.npm run build:all
Alias of Windows build flow (Windows only).
Windows helper:
build_auto.bat
Installs deps, installs Playwright Chromium, runs tests, then builds.
Project Layout
electron/main.js: scheduler, notifications, IPC handlerselectron/preload.js: renderer bridge APIsrc/services/monitor.js: scraping, parsing, location/availability logicsrc/renderer/*: UItests/*.test.js: unit and live integration tests
Notes
- This tool does not guarantee getting an appointment.
- Users are responsible for following DMV website terms and local regulations.
Platform Support
This project is now Windows-only for build and release workflows.
Star History
Contributing
See CONTRIBUTING.md.
Security
Report vulnerabilities via SECURITY.md.
License
MIT. See LICENSE.
On this page
Languages
JavaScript86.1%HTML5.4%CSS5.2%Batchfile3.3%
Latest Release
1.0.0February 25, 2026MIT License
Created February 23, 2026
Updated February 25, 2026
