1.0.11 • Published 4 years ago

wittyflow v1.0.11

Weekly downloads
10
License
ISC
Repository
-
Last release
4 years ago

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.

License

MIT

1.0.11

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago