Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

A JavaScript library for sending SMS messages.

License

Notifications You must be signed in to change notification settings

boywithkeyboard-archive/sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

This NPM package was superseded by gatewayapi(.js).

sms

Setup

Deno

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

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

Sponsor this project

Contributors 2

  •  
  •