Go to Wittyflow, signUp to get your own personal account
After Creating your account go to your accounts dashboard and click on add sendername, after adding sendernames it might take a while for it to be approved
Then you can recharge your balance with Mobilemoney or Credit Card. NB:The lowest you can recharge is GHS 10.00
After you head over to the developers tab on the left side of the dashboard page
Press the create App button and give your app a name and a description.This will create an app for you and give you an app_id and app_secret.
The app_id and app_secret are not to be shared
When you succesfully go through all this process, follow the following:
Clone and the repository
run npm install
Use your app_id and app_secret in the code.
The "from" in the code is going to be your approved sendername.
The "to" in the code is the person you want to send the message to and it should be in the format 233241489576
The "message" variable is where you put the messgage you want to send to your receipient.