aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCollin Guarino <collin.guarino@gmail.com>2016-02-18 23:30:53 -0500
committerCollin Guarino <collin.guarino@gmail.com>2016-02-18 23:30:53 -0500
commitb2078fa657c1d205c91ac930be3845ff1f9840c1 (patch)
treecee414d2c803a9eb6e6b418df7cdf5755117630c
parenta95deb0690428f3c793ae7b4e2401ff56de72343 (diff)
parent851d78cc8d9c948f77da9623841b6a3dfad1dd5a (diff)
Merge branch 'master' of https://github.com/Collinux/GoHue
-rw-r--r--README.md23
1 files changed, 17 insertions, 6 deletions
diff --git a/README.md b/README.md
index 949784e..d530bd3 100644
--- a/README.md
+++ b/README.md
@@ -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