Sample app with AT API's - Voice, SMS, USSD, Shortcode demo
- Install node.js version ver >5.x.x (this demo runs with ES6 language features)
- Install mysql (create user root, and database wired)
PORT=
AT_USERNAME=
AT_APIKEY=
DB_HOST=
DB_NAME=wired
DB_USER=
DB_PASS=
HOUNDIFY_CLIENTID=
HOUNDIFY_CLIENTKEY=
HOUNDIFY_USERID=
$ npm install
$ npm start
- Routes are under routes folder (sms, ussd, voice)
- they are mapped by app.js (look at the route imports)