flowdock-desktop-notifier
v0.0.2
Published
A flowdock desktop notifier
Downloads
7
Readme
Flowdock Desktop Notifier
A simple Flowdock desktop notifier for Mac OSX.
Dependencies
Execute from your Terminal (Ruby is required):
sudo gem install terminal-notifierWithout Ruby
For those without ruby, you can download a pre-built binary from GitHub but to run terminal-notifier you have to point it to the binary inside the app bundle as so:
./terminal-notifier.app/Contents/MacOS/terminal-notifierThen add the installation path in the PATH variable, so that the app can be run by simply executing:
$ terminal-notifier -message "Content" -title "Message Title"Installation
Execute from your Terminal:
sudo npm install flowdock-desktop-notifier -gUsage
Simply execute:
$ flowdock-desktop-notifier -u [USERNAME] -p [PASSWORD] -c [COMPANY] -f [FLOW]With your Flowdock username, password, company subdomain and flow name.
