Skip to content

meandmymonkey/sismotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sismotify

A notifier for Sismo.

Install

Create a composer.json and install

{
    "require": {
        "meandmymonkey/sismotify": "*"
    }
}
$ php composer.phar install

HoustonNotifier

Calls mission control if there is a problem. This Notifier is Mac only for now, sorry.

$notfier = new Duochrome\Sismo\HoustonNotifier();

After the first couple of hundred failed builds, the audio message might start getting on your nerves a bit. For these cases, you can of course customize the failure sound, add a sound for successful builds, and adjust the volume:

$notfier = new Duochrome\Sismo\HoustonNotifier(
    '/path/to/failsound',
    '/path/to/successsound',
    50
);

All audio formats that can be played by quicktime should work fine.

About

An audio notifier for Sismo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages