An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# trafikverket
Monitor available Swedish driving test and get notified when there are new recent test come up

![screenshot](https://github.com/pipizhang/trafikverket/blob/master/screenshots/01.png)

## 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
```