1.0.5 • Published 8 years ago

uteel-sender v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
8 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

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago