Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Latest commit

 

History

History

ussd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ussd

A simple demo to show how to use USSD in node.js through Africa's Talking.

End Product (screenshots)

screenshot 1

screenshot 2

Pre-requisites

Getting Started

# 1. download ngrok: https://ngrok.com/download

# 2. start ngrok
./ngrok http 3000

# 3. Create your ussd service code in the AT dashboard & update the webhook accordingly
# (for help, see below under 'Resources' section)

# webhook example: https://abcd.ngrok.io/webhook/ussd

# 4. open the simulator: https://simulator.africastalking.com:1517

# 5. install packages
npm i

# 6. run
npm start

Resources

Create a USSD service code & update webhook - link

  • On the sidebar, go to USSD > Create Channel.

Open the Simulator - link

  • On the sidebar, go to Launch Simulator.

Pull Requests

Any and all PRs are open.