popcornnotify
v1.0.1
Published
Easily send emails and text messages from your code
Downloads
7
Maintainers
Readme
PopcornNotify for npm
Send simple emails and text messages from one API.
Installation
npm install popcornnotify
Usage
let notify = require('popcornnotify')
notify('555-123-4567', 'New user sign up')
notify('[email protected]', 'Memory exceeded...', {
subject: 'Staging Error'
})
notify(['5554259000', '[email protected]'], "I'm sorry, Dave. I'm afraid I can't do that.")
License
MIT.