2019-06-05 13:32:10 -04:00
|
|
|
# Juice
|
|
|
|
A hub for controlling IOT devices.
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
Python 3.6+
|
2019-11-08 13:11:57 -05:00
|
|
|
Python packages: `gunicorn aiohttp aiohttp_jinja2 requests`
|
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`
|