0.3.1 • Published 2 years ago

@boywithkeyboard/sms v0.3.1

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

2 years ago

0.3.0

2 years ago