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

0.1.1 • Public • Published

Teleflow Bandwidth Provider

A Bandwidth sms provider library for @teleflow/node

Usage

    import { BandwidthSmsProvider } from '@teleflow/bandwidth'

    const provider = new TwilioSmsProvider({
        username: process.env.BANDWIDTH_USERNAME,
        password: process.env.BANDWIDTH_PASSWORD,
        accountId: process.env.BANDWIDTH_ACCOUNT_ID, 
    });

Readme

Keywords

none

Package Sidebar

Install

npm i @teleflow/bandwidth

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

11 kB

Total Files

14

Last publish

Collaborators

  • nextlinux