@teleflow/burst-sms
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Teleflow Burst SMS Provider

A Burst SMS sms provider library for @teleflow/node

Usage

import { BurstSmsProvider } from '@teleflow/burst-sms';

const provider = new BurstSmsProvider({ 
  apiKey: process.env.BURST_SMS_API_KEY,        // Your Burst SMS API Key
  secretKey: process.env.BURST_SMS_SECRET_KEY,  // Your Burst SMS API Secret
})

await provider.sendMessage({
  to: '0123456789',
  content: 'Message to send',
});

Readme

Keywords

none

Package Sidebar

Install

npm i @teleflow/burst-sms

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

2.77 kB

Total Files

2

Last publish

Collaborators

  • nextlinux