Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

furey/lifx-tile-halloween-effects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

lifx-tile-halloween-effects

A collection of Halloween inspired LIFX Tile effects. πŸŽƒπŸ’€

Contents

Requirements

Installation

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

Usage

$ 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)

Help

$ 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)

Effects

Alien

Alien

$ node lifx-tile-halloween-effects -e alien

β™« Soundtrack Suggestion: The X-Files Theme

Blood

Blood

$ node lifx-tile-halloween-effects -e blood

β™« Soundtrack Suggestion: Friday the 13th Theme

Eyes

Eyes

$ node lifx-tile-halloween-effects -e eyes

β™« Soundtrack Suggestion: Werewolf Ambience

Ghoul

Ghoul

$ node lifx-tile-halloween-effects -e ghoul

β™« Soundtrack Suggestion: The Exorcist Theme

Lightning

Lightning

$ node lifx-tile-halloween-effects -e lightning

β™« Soundtrack Suggestion: Lightning Ambience

Nun

Nun

$ node lifx-tile-halloween-effects -e nun

β™« Soundtrack Suggestion: The Nun Theme

Psycho

Psycho

$ node lifx-tile-halloween-effects -e psycho

β™« Soundtrack Suggestion: Psycho Theme

Pumpkin

Pumpkin

$ node lifx-tile-halloween-effects -e pumpkin

β™« Soundtrack Suggestion: Halloween Theme

Scream

Scream

$ node lifx-tile-halloween-effects -e scream

β™« Soundtrack Suggestion: Scream Theme

Shining

Shining

$ node lifx-tile-halloween-effects -e shining

β™« Soundtrack Suggestion: The Shining Theme

Slime

Slime

$ node lifx-tile-halloween-effects -e slime

β™« Soundtrack Suggestion: Ghostbusters Theme

Preview

Video

Credits

This repo uses the lifx-tile-effects-framework. πŸ‘¨β€πŸ”¬πŸ’‘

License

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.