node-rc6
Version:
Small home automation project. Controls Fire TV + Kodi (via adb) and hue lights (via API) using a Harmony One + RC6 USB IR receiver (on a Raspberry Pi).
27 lines (26 loc) • 589 B
JSON
{
"name": "node-rc6",
"version": "1.0.1",
"description": "Small home automation project. Controls Fire TV + Kodi (via adb) and hue lights (via API) using a Harmony One + RC6 USB IR receiver (on a Raspberry Pi).",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://bitbucket.org/webgyver/node-rc6"
},
"keywords": [
"adb",
"firetv",
"harmony",
"hue",
"rc6",
"remote",
"kodi",
"xbmc"
],
"author": "Christian Thomas",
"license": "ISC",
"dependencies": {
"keypress": "^0.2.1",
"request-json": "^0.5.2"
}
}