This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var hue = require("node-hue-api"), HueApi = hue.HueApi, lightState = hue.lightState; | |
var host = "192.168.1.129", | |
username = "newdeveloper", | |
api, | |
state; | |
api = new HueApi(host, username); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>training</title> | |
</head> | |
<body> | |
whaaaaaaaaaaaaaaaaaaaaaaaaaaaaaatcool. | |
<script id="jsbin-javascript"> | |
console.log('hello world'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
.title { | |
color: red; | |
font-size: 50px; | |
} |