HAUM's SpaceStatus microservice
A microservice that handles the hackerspace's status.
Using
Create a Python 3 virtualenv and install software:
$ virtualenv -ppython3 venv $ source venv/bin/activate (venv) $ pip install .
Then start the daemon inside the virtual env:
$ hms_spacestatus_daemon
License
This project is brought to you under MIT license. For further information,
please read the provided LICENSE
file.