Really like the idea!<p>Im trying it out right now and the Android app told me to use an identifier that starts with a '9'. I typed `notify -r <my_identifier>`. When I try running `notify` however, it gives me this:<p>[notify] Encountered an error: ParseError {
code: 141,
message: 'Error 112: Channel name must start with a letter: <my_identifier>' }
Are these your keys? <a href="https://github.com/mashlol/notify/blob/master/node/notify.js" rel="nofollow">https://github.com/mashlol/notify/blob/master/node/notify.js</a>
Just a heads up that that the app gives the following example:<p><pre><code> $ someLongRunningCommand || notify
This will send a push to your phone when the command has completed, regardless of success or failure.
</code></pre>
Obviously that will only notify upon command failure. It looks like the webpage is accurate (uses a ;) so perhaps the app just hasn't been updated yet.
For those like me who wonder how to use npm without being root, here's an answer that worked for me on Debian:<p><a href="http://stackoverflow.com/a/21712034/323094" rel="nofollow">http://stackoverflow.com/a/21712034/323094</a>
Great idea.<p>Is it possible to customize the notification text?<p>Small error: Rotating the phone while in the app changes the text to "Your identifier is: Hello World!" and you have to completely quit the app to fix it.