/cli_desktop_notification

Heroku worker and desktop client to grab and display android desktop notifications

Primary LanguageCoffeeScript

luzifer / cli_desktop_notification

I wrote this app because I wanted to have my Android notifications displayed in a stream inside a pane of my tmux window covering one of my screens. So I can read notifications without pulling out my phone and still be able to read them even if I am not at my desk when they appear. The browser plugin automatically closes the notifications and they are annoying popups and distract me while working. The output in the terminal just sits there and does not disturb my work.

Requirements

Deployment

  1. Clone this repository
  2. Register a new app on Heroku
  3. Create a new branch and add your credentials
  4. Deploy that branch to your Heroku app
  5. Start the client

Example commands

$ git clone git://github.com/Luzifer/cli_desktop_notification.git
$ heroku apps:create
$ git co -b deploy
$ vim settings.json
$ git commit -av -m 'Added credentials'
$ git push heroku deploy:master
$ node_modules/.bin/coffee client.coffee