crunchie84 / hue-remote-api-debugger

CLIP Remote API debugger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hue Remote API Debugger

Local setup

First setup an application at developers.meethue.com, then configure the clientID/Secret:

go build
CALLBACK_URL="http://localhost:8080/hue_callback_url" \
HUE_CLIENT_ID=myclientid \
HUE_CLIENT_SECRET=myclientsecret \
HUE_APPID="myappid" \
./hue-remote-api-debugger

App Engine flex setup

First setup an application at developers.meethue.com, then configure the clientID/Secret:

cp app-with-secrets.example.yaml app-with-secrets.yaml
vim app-with-secrets.yaml
gcloud app deploy app-with-secrets.yaml --project PROJECT_ID

Credits

About

CLIP Remote API debugger

License:MIT License


Languages

Language:HTML 50.8%Language:Go 49.2%