porsager / busylight

node library for busylight
49 stars 17 forks source link

Usage.. #5

Closed Kerwood closed 8 years ago

Kerwood commented 8 years ago

Hi there.. Is it possible to make am Express server that listens for a POST message and turns the busylight on accordingly?

I'm trying to installed the busylight package but gets this error..

http://pastebin.com/vzVLT7fQ

I've been searching around but cant really figure it out. I'm on Ubuntu 15.04

Kerwood commented 8 years ago

I got it.. First ran npm install node-pre-gyp -g Then afterwards npm install node-hid

porsager commented 8 years ago

Great to see you figured it out ;)

Did node-pre-gyp not pop up as a requirement in the npm logs when you did the initial install?

Kerwood commented 8 years ago

Not sure.. Cant really remember to be honest..

porsager commented 8 years ago

Ok :) just wondered if it's something that might make sense to add to the readme.. I'll just check it out myself on a clean system.

Thanks.