panacealabs / polttimo

Circle CI -> Ikea lightbulb build status radiator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

polttimo

Circle CI build breaks -> Ikea Trådfri lightbulb turns red.

Running the app

  1. Download a release.
  2. Create a CircleCI token if you don't already have one
  3. Find the secret on the bottom of the Ikea hub
  4. Decide which CircleCI project and workflows to watch. If any of these workflows fail under the master branch, the light turns red
  5. Start the app:
CIRCLE_TOKEN="secret" \
CIRCLE_PROJECT="Name of your CircleCI project (usually the reponame)" \
CIRCLE_WORKFLOWS="comma,separated,list" \
IKEA_SECRET="See bottom of the hub" \
LIGHTBULB_NAME="Name of your Ikea lightbulb" \
./polttimo

Local Development

yarn start

Create self-contained OS X binary for distribution

npm install -g pkg
yarn build

# Creates ./polttimo

About

Circle CI -> Ikea lightbulb build status radiator

License:MIT License


Languages

Language:TypeScript 100.0%