ambient-light

0.0.2 • Public • Published

ambient-light

Get ambient light in OSX

Installation

$ npm install --save ambient-light

Usage

const ambientLight = require('ambient-light');
ambientLight().then(lux => {
    console.log(lux);
    // => 63
});

License

MIT

Dependents (1)

Package Sidebar

Install

npm i ambient-light

Weekly Downloads

5

Version

0.0.2

License

MIT

Last publish

Collaborators

  • akameco