@birrjs/sms-afromessage
v0.2.0
Published
Afromessage SMS plugin for BirrJS
Downloads
227
Readme
About
Afromessage SMS plugin for BirrJS. Sends subscription reminders and notifications via SMS through the Afromessage API.
Installation
npm install @birrjs/sms-afromessage
# or
pnpm add @birrjs/sms-afromessageUsage
import { afromessage } from "@birrjs/sms-afromessage";
const birr = createBirr({
plugins: [
afromessage({
apiKey: process.env.AFROMESSAGE_API_KEY!,
sender: process.env.AFROMESSAGE_SENDER!,
}),
],
// ...
});License
MIT
