0.1.3 • Published 11 months ago

@azury/sms v0.1.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months 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

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago

0.0.0

11 months ago