control a blinkstick via http requests
Find a file
2022-02-21 00:48:29 +01:00
libs optimized and extended functionality 2022-02-21 00:48:29 +01:00
public initial commit 2021-04-06 16:41:49 +02:00
scripts fixed type environment variable 2021-04-14 23:11:15 +02:00
.gitignore ignore 'yarn.lock' 2021-04-07 12:01:11 +02:00
blinky.js optimized and extended functionality 2022-02-21 00:48:29 +01:00
config.json optimized and extended functionality 2022-02-21 00:48:29 +01:00
LICENSE initial commit 2021-04-06 16:41:49 +02:00
package.json initial commit 2021-04-06 16:41:49 +02:00
README.md optimized and extended functionality 2022-02-21 00:48:29 +01:00

blinky

control your blinkstick via http requests

requirements

  • nodejs 8.x
  • yarn / npm
  • node-gyp (probably; to build the node-hid module)

scripts

  • blinky-feed.sh
    • gathers various system information (currently temperature only) then converts it to color values and sends it to blinky
    • requirements: bash, bc