node-notifier icon indicating copy to clipboard operation
node-notifier copied to clipboard

A simple node.js module to handle all the application level notifications (apple push notifications and mails)

Results 2 node-notifier issues
Sort by recently updated
recently updated
newest added

Hello, thank you for creating this module. Inside notifier.js you write: // as you don't want to send emails while development or testing and then you disable sending for NODE_ENV...

Will it be moduler? Would be 'neato' if each type of notification could be made into a module such as node-notifier-facebook, node-notifier-email, node-notifier-ios? Then, each module could have it's own...