0.1.2 • Published 8 years ago

livehub v0.1.2

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
8 years ago

livehub

Cross platform desktop notifications for GitHub.

Installation

First, install globally:

npm install -g bdero/livehub

Second, place a livehub.yaml file in the current directory:

# Copy this file to "livehub.yaml" and fill in the configuration below.

# Access tokens can be created here: https://github.com/settings/tokens
# Note: Make sure the token has "notifications" permission!

token: 'place token here'

Lastly, run livehub.

Known issues

  • On startup, it will spam your notification tray if you have a lot of unread notifications.
  • I haven't tested this on any other notification system besides Gnome 3, but the notifications are powered by node-notifier, so hopefully it's cross platform.