wittyflow
Version:
handles all the wifftyflow modules current and will handle all future modules too
39 lines (25 loc) • 765 B
Plain Text
is a nodejs package that handles sending sms using the wittyflow protocol
```bash
npm install wittyflow
```
or
```bash
yarn add wittyflow
```
```js
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
```
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.
[ ](https://choosealicense.com/licenses/mit/)
Wittyflow