rektdeckard / huebert

A dead-simple Philips Hue client for web and desktop

Home Page:https://rektdeckard.github.io/huebert/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Huebert

Huebert is a web and desktop client for Philips Hue lighting and home automation, built in Electron and React. It was born out of pure laziness, as are all my programming endeavors, and it is my hope that it allows you to be just as lazy as I am.

GitHub stars GitHub forks GitHub watchers Follow on GitHub GitHub release (latest by date including pre-releases)

Twitter Follow

Screenshots

Usage

Head to https://rektdeckard.github.io/huebert for the web app, or use the install instructions below for the offline app.

Installation

Build from source

Clone the repository into the directory of your choice and checkout the electron branch. Install dependencies with npm or yarn, and start up the development server:

$ cd path/to/huebert
$ git checkout electron
$ yarn install
$ yarn start

In a separate terminal, run the app:

$ cd path/to/huebert
$ yarn run it

Binaries

Download one of the linked binaries:

Windows

macOS

Linux

About

A dead-simple Philips Hue client for web and desktop

https://rektdeckard.github.io/huebert/

License:GNU General Public License v3.0


Languages

Language:JavaScript 96.8%Language:CSS 2.7%Language:HTML 0.5%