1.0.1 • Published 7 years ago

popcornnotify v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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('team@example.com', 'Memory exceeded...', {
  subject: 'Staging Error'
})

notify(['5554259000', 'dave@example.com'], "I'm sorry, Dave. I'm afraid I can't do that.")

License

MIT.

1.0.1

7 years ago

1.0.0

7 years ago