Skip to content

Instantly share code, notes, and snippets.

View gbdoin's full-sized avatar

Gabriel Beaudoin gbdoin

View GitHub Profile
@gbdoin
gbdoin / philips-hue-control.html
Created May 1, 2019 00:20 — forked from thomaspockrandt/philips-hue-control.html
Simple Philips Hue Control (jQuery)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Philips Hue Control</title>
<script src="http://code.jquery.com/jquery-3.1.1.min.js"></script>
<script type="text/javascript">
$(function() {
var apiBaseUrl = null;