Socket
Book a DemoInstallSign in
Socket

@azury/sms

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azury/sms

A JavaScript module for sending SMS messages using GatewayAPI.

latest
Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source


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

FAQs

Package last updated on 02 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts