1.1.1 • Published 3 years ago

@bridgera-iot/communicate v1.1.1

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
3 years ago

#bridgerakol #communicate

Quick Start

Install the communicate module

$ npm install @bridgerakol/communicate

Import the module

const communicate = require("@bridgerakol/communicate");

Send Mail:

let mail = new communicate.EMail({
    service: '',
    user: '',
    pass: ''
})

mail.send(email-id, Subject, Text Message).then({...})

Send SMS:

let sms = new communicate.SMS({
    auth_id: '',
    auth_token: '',
    sms_from: ''
})

sms.send(phone number, Text Message).then({...})
1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.0

5 years ago