Monitor available Swedish driving test and get notified when there are new recent test come up
Start docker container
$ make docker
Install Gem dependencies
$ make install
Update settings
cp config/env.example config/.env
# then puts account settings to config/.env
Prerequisites: trafikverket.se account and Slack token
Show only displays the earlest of available driving tests
$ make show
Start monitor
$ make run
Run tests
$ make test