heatxsink / hued

A web interface to control philips hue via this golang module: http://github.com/heatxsink/go-hue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hued

A tablet/phone web interface using Philips HUE API.

Prerequisites

  • golang 1.20 or higher.

Quickstart

$ go get -u github.com/magefile/mage
$ cd $GOPATH/src/github.com/magefile/mage
$ go run bootstrap.go
$ go get github.com/heatxsink/hued
$ cd $GOPATH/src/github.com/heatxsink/hued
$ mage build
$ ./hued server -e

Bugs and Contribution(s)

Please feel free to reach out. Issues and PR's are always welcome!

About

A web interface to control philips hue via this golang module: http://github.com/heatxsink/go-hue

License:MIT License


Languages

Language:JavaScript 92.2%Language:Go 4.7%Language:HTML 3.2%