Juice/README.md

14 lines
263 B
Markdown
Raw Normal View History

2019-06-05 13:32:10 -04:00
# Juice
A hub for controlling IOT devices.
## Requirements
Python 3.6+
2019-06-16 18:24:20 -04:00
Python packages: `flask gunicorn requests passlib argon2_cffi fido2`
2019-06-05 13:32:10 -04:00
## Install
1. Get on the floor
2. Walk the dinosaur
## Usage
2019-06-16 18:22:47 -04:00
`gunicorn -b localhost:5300 juice:app`