Visual alert for your build status
Application using Arduino + Johnny Five + NodeJS for to monitor build/deploy status in your Continuos Integration server.
- Install Arduino
- Install NodeJS
- Setup your board
- (Optional) Install Johnny-Five Package using
npm install johnny-five <--global|--save>
$ git clone <project> && cd $_
$ npm install
$ node index.js # or npm start
You will need of:
- 1 Arduino with 2 GND inputs and 2 ports (in this case we are using 12 and 10 ports + 2 GND ports);
- NodeJS;
- Access from internet (for check your CI server);
Wilson Mendes (willmendesneto)