@azury/sms
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published


sms


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
})

/@azury/sms/

    Package Sidebar

    Install

    npm i @azury/sms

    Weekly Downloads

    0

    Version

    0.1.3

    License

    Apache-2.0

    Unpacked Size

    19.1 kB

    Total Files

    7

    Last publish

    Collaborators

    • boywithkeyboard
    • azurybot