Skip to content

Simple Webserver which provides an api and ui to switch on lights connected to a raspberry pi

License

Notifications You must be signed in to change notification settings

raynigon/frame-light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frame-light

Simple Webserver which provides an api and ui to switch on lights connected to a raspberry pi

Installation

Execute the following script to install the application

DOWNLOAD_URL=$(curl -s https://api.github.com/repos/raynigon/frame-light/releases/latest | \
python3 -c "import sys, json; print(list(filter(lambda x: '$(arch)'[:-1] in x['name'], json.load(sys.stdin)['assets']))[0]['url'])")
wget "--header=Accept: application/octet-stream" -O frame-light.zip $DOWNLOAD_URL
unzip frame-light.zip

About

Simple Webserver which provides an api and ui to switch on lights connected to a raspberry pi

Topics

Resources

License

Stars

Watchers

Forks