ambient-light
v0.0.2
Published
Get ambient light in OSX
Maintainers
Readme
ambient-light
Get ambient light in OSX
Installation
$ npm install --save ambient-lightUsage
const ambientLight = require('ambient-light');
ambientLight().then(lux => {
console.log(lux);
// => 63
});License
MIT
