diff options
author | Collin Guarino <Collinux@users.noreply.github.com> | 2017-03-08 17:56:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-08 17:56:10 -0500 |
commit | 5665856e0614de276e6a1059c2323b079f92bba8 (patch) | |
tree | 2f339ebc938464ab1f5f7e2edc26222c965cf7e6 | |
parent | cd9159719c82ce216894d687112c2b58556554b6 (diff) |
Moved "See GoHue in action" towards the top
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -46,6 +46,12 @@ func main() { } ``` +## See GoHue in action! +##### Have a cool project you made using GoHue? Add yours here in a pull request! +[HueBeat](https://github.com/Mobilpadde/HueBeat) by [Mobilpadde](https://github.com/mobilpadde) - Light up a room in sync with your heartbeat. + +[BitHue](https://github.com/realytcracker/go-bithue) by [ytcracker](https://github.com/realytcracker) - Light color according to profit gain/loss in bitcoin price + ## Features ##### Lights - [x] Get all lights @@ -110,12 +116,6 @@ func main() { - [ ] Update rule - [ ] Delete rule -## See GoHue in action! -##### Have a cool project you made using GoHue? Add yours here in a pull request! -[HueBeat](https://github.com/Mobilpadde/HueBeat) by [Mobilpadde](https://github.com/mobilpadde) - Light up a room in sync with your heartbeat. - -[BitHue](https://github.com/realytcracker/go-bithue) by [ytcracker](https://github.com/realytcracker) - Light color according to profit gain/loss in bitcoin price - ## API Documentation For official Philips Hue documentation check out the [Philips Hue website](http://www.developers.meethue.com/philips-hue-api) |