A collection of Halloween inspired LIFX Tile effects. ππ
node -v
>=v12.10.*
npm -v
>=6.10.*
- One or more LIFX Tiles accessible via LAN
Clone (or download) the repository:
$ git clone https://github.com/furey/lifx-tile-halloween-effects.git
Navigate to the repository directory:
$ cd lifx-tile-halloween-effects
Install the repository dependencies:
$ npm ci
$ node lifx-tile-halloween-effects
? Choose an effect β¦
alien
β― blood
eyes
ghoul
lightning
nun
psycho
pumpkin
scream
shining
slime
β Choose an effect Β· blood
Starting blood effect⦠(press [ctrl+c] to exit)
$ node lifx-tile-halloween-effects --help
Usage: node lifx-tile-halloween-effects [options]
Options:
--effect, -e Effect name
[string] [choices: "alien", "blood", "eyes", "ghoul", "lightning", "nun",
"psycho", "pumpkin", "scream", "shining", "slime"]
--clear-cache, -c Clear device cache [boolean]
--verbose, -v Show debug logs [boolean]
--version, -V Show version number [boolean]
--help, -h Show help [boolean]
Examples:
node lifx-tile-halloween-effects --effect alien
Credits:
Copyright (c) James Furey (https://github.com/furey)
$ node lifx-tile-halloween-effects -e alien
β« Soundtrack Suggestion: The X-Files Theme
$ node lifx-tile-halloween-effects -e blood
β« Soundtrack Suggestion: Friday the 13th Theme
$ node lifx-tile-halloween-effects -e eyes
β« Soundtrack Suggestion: Werewolf Ambience
$ node lifx-tile-halloween-effects -e ghoul
β« Soundtrack Suggestion: The Exorcist Theme
$ node lifx-tile-halloween-effects -e lightning
β« Soundtrack Suggestion: Lightning Ambience
$ node lifx-tile-halloween-effects -e nun
β« Soundtrack Suggestion: The Nun Theme
$ node lifx-tile-halloween-effects -e psycho
β« Soundtrack Suggestion: Psycho Theme
$ node lifx-tile-halloween-effects -e pumpkin
β« Soundtrack Suggestion: Halloween Theme
$ node lifx-tile-halloween-effects -e scream
β« Soundtrack Suggestion: Scream Theme
$ node lifx-tile-halloween-effects -e shining
β« Soundtrack Suggestion: The Shining Theme
$ node lifx-tile-halloween-effects -e slime
β« Soundtrack Suggestion: Ghostbusters Theme
This repo uses the lifx-tile-effects-framework. π¨βπ¬π‘
ISC License
Copyright (c) 2019, James Furey
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.