dakl / tv-backlight-api

API for my particle photon-powered TV backlight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development

Build Status

Run locally

python run.py

Deplotyment

Build & push

docker build -t dakl/tv-backlight-api .
docker push dakl/tv-backlight-api

Run Container

docker run \
-e TV_BACKLIGHT_DEVICE_ID=(echo $TV_BACKLIGHT_DEVICE_ID) \
-e PARTICLE_ACCESS_TOKEN=(echo $PARTICLE_ACCESS_TOKEN) \
-p 8000:8000 \
dakl/tv-backlight-api

About

API for my particle photon-powered TV backlight


Languages

Language:Python 93.8%Language:Makefile 3.5%Language:Dockerfile 2.7%