@birrjs/sms-afromessage
v0.1.2
Published
Afromessage SMS plugin for BirrJS
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
