1.0.5 • Published 7 years ago

uteel-sender v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Simple sending service

Install

npm i uteel-sender

Usage

import Sender from 'uteel-sender'
import Twilio from 'twilio'

const handler = async ({ body }, to) => Twilio.send({ 
    phone: to
  , message: body
  , apikey: 'xxxx' 
})

const SMS = Sender(handler)

SMS.send({ body: 'Hello brother' }, '+33608033428')

Test

npm test
1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago