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)
- add AT username and apiKey
- add DB user and password
$ npm install
$ node app.js
- Routes are under routes folder (sms, ussd, voice)
- they are mapped by app.js (look at the route imports)