Juice/README.md

14 lines
321 B
Markdown

# Juice
A hub for controlling IOT devices.
## Requirements
Python 3.6+
Python packages: `gunicorn aiohttp aiohttp_jinja2 uvloop requests paho-mqtt`
## Install
1. Get on the floor
2. Walk the dinosaur
## Usage
`gunicorn juice:init_app --bind localhost:5300 --worker-class aiohttp.GunicornWebWorker`