control a blinkstick via http requests
Find a file
2021-04-09 02:04:53 +02:00
libs set color to 'random' if undefined 2021-04-07 12:08:30 +02:00
public initial commit 2021-04-06 16:41:49 +02:00
scripts added environment variables and fixed some stuff 2021-04-09 02:04:53 +02:00
.gitignore ignore 'yarn.lock' 2021-04-07 12:01:11 +02:00
blinky.js initial commit 2021-04-06 16:41:49 +02:00
config.json initial commit 2021-04-06 16:41:49 +02: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 fixed requirements 2021-04-07 12:06:32 +02:00

blinky

control your blinkstick via http requests

requirements

  • nodejs
  • 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