Skip to content

Proxy public requests to Hue Light on your local network.

Notifications You must be signed in to change notification settings

loopDelicious/hue-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy public requests to Hue Light on your local network.

If you don't want public requests sent directly to a Hue light on your local network, accept these requests to a server running on your local network to handle rate limiting and input validation.

Read the Hue Lights API documentation.

For configuration

Optional environment variables to set

  • HUE_IP
  • HUE_USER
  • PORT
  • REDIS_HOST
  • REDIS_PORT

For local development

Install dependencies and start local server

$ npm install
$ npm run start

Start local redis

$ redis-server

Open redis cli

$ redis-cli

For deployment

TBD

About

Proxy public requests to Hue Light on your local network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published