github feed as notifications in your desktop
just clone and do
node index
or
pm2 start pm2.json
requires node.js to be installed, obviously
of course some configuration is needed, naturally its using rc:
{
"authenticationToken": "yourAuthToken",
"user": "yourGithubUser",
"pollInterval": {
"second": 60
}
}
There more information here on how to customize pollInterval
if its not working then check that you set the proper permissions for the token
octofications is based on node-notifier so out of the box it works on linux and mac, windows requires growl.
set the DEBUG environment variable to "octofications*"
- publish to npm
- change icon ?