0.1.3 • Published 2 years ago

@azury/sms v0.1.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Setup

Deno

import { sendSMS } from 'https://deno.land/x/sms@v0.1.3/mod.ts'

Node.js

npm i @azury/sms
import { sendSMS } from '@azury/sms'

Usage

const response = await sendSMS({
  token: '...',
  sender: 'Your Company',
  message: '123456 is your verification code.',
  to: 491759999999, // +49 175 9999999
})
0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.0

2 years ago