0.3.1 • Published 7 months ago

@boywithkeyboard/sms v0.3.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

sms

Setup

Deno

import { sendMessage } from 'https://den.ooo/sms'

Node.js

npm i @boywithkeyboard/sms
import { sendMessage } from '@boywithkeyboard/sms'

Usage

!IMPORTANT You need to open a GatewayAPI account first to use this module.

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

7 months ago

0.3.0

7 months ago