Skip to content

Python-based web app to kick off arbitrary scripts. Triggered with an ominous red button.

License

Notifications You must be signed in to change notification settings

ian-gelman/dominos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dominos

why did we make this

the rundown:

this here's a flask-based web app mated to a simple GPIO polling routine that waits for you to press a connected button. once pressed, it will invoke a user-defined python script. originally this started out as something to order pizza with, (hence the name), but it seems only right to make it more general purpose.

>inb4 hawaii jokes...

quickstart:

install the requirements:

pip install -r requirements.txt

run the server:

FLASK_APP=server.py flask run --host=0.0.0.0

todo:

finish the quickstart

About

Python-based web app to kick off arbitrary scripts. Triggered with an ominous red button.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published