https://github.com/pipizhang/trafikverket
Monitor available Swedish driving test and get notified when there are new recent test come up
https://github.com/pipizhang/trafikverket
notification ruby slack
Last synced: about 2 months ago
JSON representation
Monitor available Swedish driving test and get notified when there are new recent test come up
- Host: GitHub
- URL: https://github.com/pipizhang/trafikverket
- Owner: pipizhang
- License: mit
- Created: 2017-12-12T11:57:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T20:34:01.000Z (over 8 years ago)
- Last Synced: 2025-06-22T04:40:06.745Z (about 1 year ago)
- Topics: notification, ruby, slack
- Language: Ruby
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trafikverket
Monitor available Swedish driving test and get notified when there are new recent test come up

## Getting started
Start docker container
```bash
$ make docker
```
Install Gem dependencies
```bash
$ make install
```
Update settings
```bash
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
```bash
$ make show
```
Start monitor
```bash
$ make run
```
Run tests
```bash
$ make test
```