jingman / popcorn-notify

Node.js module for PopcornNotify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Node.js module for PopcornNotify


Languages

Language:JavaScript 100.0%