An app that currently runs on Heroku to listen to and command Internet of Things devices. Currently supports lifx. In development.
- python-3.7.1
- See requirements.txt
- py -m venv env
- .\env\Scripts\activate
- To install requirements: pip install -r requirements.txt
- To update requirements: pip freeze > requirements.txt