Change the colour of your Lifx lightbulb according to air pollution status from luftstatus.no
Get a token from https://cloud.lifx.com/settings, then add the value to url
config.js.
Pick your area from this list, then add the value to area
in config.js
$ npm start
As long as it runs the script will check the status every pollIntervalMinutes
(defaults to 60)
Run once
npx luftstatus-lifx -a grenland -t <LIFX-TOKEN>
Run every 1 minute
npx luftstatus-lifx -a bergen -t <LIFX-TOKEN> -i -p 1
Option | Description |
---|---|
-a, --area | area to monitor (required) |
-t, --token | lifx token (required) |
-u, --url | Lifx api url |
-i, --interval | Turn on poll interval |
-p, --poll-interval-minutes | Poll interval |
-v, --version | Output the version number |
-h, --help | Display help |