diff options
author | Collin Guarino <collin.guarino@gmail.com> | 2016-02-18 23:30:53 -0500 |
---|---|---|
committer | Collin Guarino <collin.guarino@gmail.com> | 2016-02-18 23:30:53 -0500 |
commit | b2078fa657c1d205c91ac930be3845ff1f9840c1 (patch) | |
tree | cee414d2c803a9eb6e6b418df7cdf5755117630c | |
parent | a95deb0690428f3c793ae7b4e2401ff56de72343 (diff) | |
parent | 851d78cc8d9c948f77da9623841b6a3dfad1dd5a (diff) |
Merge branch 'master' of https://github.com/Collinux/GoHue
-rw-r--r-- | README.md | 23 |
1 files changed, 17 insertions, 6 deletions
@@ -1,14 +1,17 @@ # GoHue Package hue interfaces Philips Hue devices to control lights, scenes, schedules, and groups. -## License -Copyright (C) 2016 Collin Guarino (Collinux) -GPL version 2 or higher http://www.gnu.org/licenses/gpl.html -GoHue project maintained by Collin Guarino, collin.guarino@gmail.com +## Installation +``` +go get github.com/collinux/gohue +``` -## Contributing -Pull requests happily accepted on GitHub +## Usage +``` +import "github.com/collinux/gohue" +EXAMPLES COMING SOON +``` ## Features ##### Lights @@ -76,3 +79,11 @@ Pull requests happily accepted on GitHub ## API Documentation For official Philips Hue documentation check out the [Philips website](http://www.developers.meethue.com/philips-hue-api) + +## License +Copyright (C) 2016 Collin Guarino (Collinux) +GPL version 2 or higher http://www.gnu.org/licenses/gpl.html +GoHue project maintained by Collin Guarino, collin.guarino@gmail.com + +## Contributing +Pull requests happily accepted on GitHub |