Juice/README.md

14 lines
321 B
Markdown
Raw Permalink Normal View History

2019-06-05 13:32:10 -04:00
# Juice
A hub for controlling IOT devices.
## Requirements
Python 3.6+
2019-11-18 13:05:37 -05:00
Python packages: `gunicorn aiohttp aiohttp_jinja2 uvloop requests paho-mqtt`
2019-06-05 13:32:10 -04:00
## Install
1. Get on the floor
2. Walk the dinosaur
## Usage
2019-11-08 13:11:57 -05:00
`gunicorn juice:init_app --bind localhost:5300 --worker-class aiohttp.GunicornWebWorker`