Just a simple http server to set blinkstick color
You need to use my fork of blinkstick-node https://github.com/chpeck/blinkstick-node
You might need to sudo if you are on linux
$ sudo node server.js
$ curl -X PUT "http://localhost:8080/?color=%23FF0000"
$ curl -X PUT http://localhost:8080/?colors=%23FF0000&colors=%2300FF00&colors=%230000FF"
$ curl -X DELETE "http://localhost:8080"
$ curl "http://localhost:8080"