Instead of:
notifier.notify({message: 'Hi'})
I think we should be able to use:
notifier.notify('Hi').
The title should be the default - 'Node Notification' or whatever it is on each system.
It's cleaner and gets the point across better. Just my thoughts.