https://github.com/lewagon/kitt-blink
Display a Le Wagon batch tickets status with blink1
https://github.com/lewagon/kitt-blink
Last synced: 2 months ago
JSON representation
Display a Le Wagon batch tickets status with blink1
- Host: GitHub
- URL: https://github.com/lewagon/kitt-blink
- Owner: lewagon
- License: mit
- Created: 2015-09-22T13:03:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T14:00:40.000Z (about 3 years ago)
- Last Synced: 2025-02-28T18:26:22.657Z (over 1 year ago)
- Language: Ruby
- Homepage: http://www.lewagon.org
- Size: 4.88 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Display a [Le Wagon](http://www.lewagon.org) tickets status with [blink1](http://blink1.thingm.com/).
## Config
Open `config.yml` and edit the `batch_slug`.
## Launch
Start the deamon
```bash
# Clone the project and cd to it
$ ./deamon.rb start
```
Stop the deamon
```bash
$ ./deamon.rb stop
```