Giter Site home page Giter Site logo

aussiegeek / buildbox-lifx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wolfeidau/buildbox-lifx

0.0 2.0 0.0 112 KB

This is a small service to monitor buildbox builds and change the color of a lifx globe.

Home Page: https://github.com/wolfeidau/buildbox-lifx

buildbox-lifx's Introduction

buildbox-lifx

This is a small service to monitor buildbox builds and change the color of a lifx globe. Currently starts green and changes to red if one or more build fail.

Bulding

The following command will compile an executable and put it in bin/buildbox-lifx (GOOS=windows will build add .exe).

make

If you wanna run this on a beagle bone or the like device.

GOARCH=arm GOOS=linux make

Or for the raspberry pi.

GOARM=5 GOARCH=arm GOOS=linux make

Or for those who want to use it build it for windows (note requires linux/osx to build atm).

GOARCH=amd64 GOOS=windows make

Usage

NAME:
   buildbox-lifx - Monitors buildbox and changes lifx bulbs to reflect success or failure

USAGE:
   buildbox-lifx [global options] command [command options] [arguments...]

VERSION:
   0.1.0

COMMANDS:
   help, h	Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --apikey 		buildbox api key
   --branch 'master'	branch to filter builds
   --bulb 'build'	the label of the bulb you want to control
   --debug		enable debug logging
   --help, -h		show help
   --version, -v	print the version

So to get started.

  1. Setup your globe on the same wifi as your monitor box.
  2. Using the lifx app label a globe build
  3. Grab your person api key from http://buildbox.io
  4. Start the service passing in your key.
buildbox-lifx -apikey=XXXXX

Disclaimer

This is currently very early release, everything can and will change.

License

Copyright (c) 2014 Mark Wolfe Licensed under the MIT license.

buildbox-lifx's People

Contributors

wolfeidau avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.