a simple script in racket that reports on the room status ( without using the api itself)
This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2017-04-24 01:36:27 +02:00
LICENSE Initial commit 2017-04-24 01:31:45 +02:00
README.md Added the script and a minimal readme 2017-04-24 01:36:27 +02:00
status-script.rkt Added the script and a minimal readme 2017-04-24 01:36:27 +02:00

status-script

a simple script in racket that reports on the room status ( without using the api itself)

reports #t if the space is open and #f otherwise based on the image on the website. to start it, have racket installed and either run racket status-script.rkt or chmod it and run ./status-script.rkt