0.3.1 • Published 2 years ago
@boywithkeyboard/sms v0.3.1
sms
Setup
Deno
import { sendMessage } from 'https://den.ooo/sms'Node.js
npm i @boywithkeyboard/smsimport { 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
})