Runs on Africa's Talking USSD API - https://africastalking.com/ussd
- Install node.js version > 5.x.x
- Install mysql, create user for database covid19ussd, give all permissions
- Deploy to a server of your choice, and configure [your_ip]/ussd route to Africa's Talking USSD Callback URL
PORT=
AT_USERNAME=
AT_APIKEY=
DB_HOST=
DB_NAME=covid19ussd
DB_USER=
DB_PASS=
$ npm install
$ npm start