Just an API for turning a unicorn hat on and off. Default color is white and default brightness is 1
sudo pip3 install -r requirements.txtsudo venv/bin/uvicorn main:app --host=0.0.0.0sudo gunicorn -b 0.0.0.0:8000 -w 3 -k uvicorn.workers.UvicornH11Worker main:app --daemonMove content of unicorn-lamp-api.service file to /etc/systemd/system/unicorn-lamp-api.service
sudo systemctl start unicorn-lamp-api
sudo systemctl enable unicorn-lamp-apiTODO: Add authentication TODO: Research about supervisord