wittyflow
v1.0.11
Published
handles all the wifftyflow modules current and will handle all future modules too
Downloads
23
Maintainers
Readme
Wittyfow
Wittyflow is a nodejs package that handles sending sms using the wittyflow protocol
Installation
npm install wittyflow
or
yarn add wittyflow
Usage
import wittyflow from "wittyflow"
wittyflow.config({
application_id: "YOUR APP ID HERE",
application_secret:"YOUR APP SECRET HERE",
senderName: "YOUR SENDER NAME HERE"
});
wittyflow.sendMessage("233506339153","message content", options = {}) // options is optional
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.