1.0.0 • Published 10 years ago

lightlevel v1.0.0

Weekly downloads
-
License
BSD-2-Clause
Repository
-
Last release
10 years ago

LightLevel

Description

A NodeJS module for use on OSX systems to get the light level from the ambiant light sensor. The higher the number, the brighter the light.

Useage

var LightLevel = require('lightlevel');
var stream = LightLevel.returnStream();
// do something with the stream...

// When you are done with the data... kill the stream...
LightLevel.stopStream();
1.0.1

10 years ago

1.0.0

10 years ago