npm.io
0.2.0 • Published yesterday

@birrjs/sms-gate

Licence
MIT
Version
0.2.0
Deps
1
Size
26 kB
Vulns
0
Weekly
0
BirrJS Logo

@birrjs/sms-gate

SMS-Gate plugin for BirrJS — send subscription notifications via sms-gate.app

npm version MIT license

About

SMS-Gate plugin for BirrJS. Sends subscription reminders and notifications via SMS through the SMS-Gate API using an Android device connected to the service.

Installation

npm install @birrjs/sms-gate
# or
pnpm add @birrjs/sms-gate

Usage

import { smsGate } from "@birrjs/sms-gate";

const birr = createBirr({
  plugins: [
    smsGate({
      username: process.env.SMS_GATE_USERNAME!,
      password: process.env.SMS_GATE_PASSWORD!,
    }),
  ],
  // ...
});

License

MIT