lightlevel

1.0.0 • Public • Published

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();

/lightlevel/

    Package Sidebar

    Install

    npm i lightlevel

    Weekly Downloads

    1

    Version

    1.0.0

    License

    BSD-2-Clause

    Last publish

    Collaborators

    • apperson-labs