Skip to content

wizaj/neptune

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node JS AfricasTalking Sample App

Sample app with AT API's - Voice, SMS, USSD, Shortcode demo

How to run

  • Install node.js version ver >5.x.x (this demo runs with ES6 language features)
  • Install mysql (create user root, and database wired)

Create a .env file at the root of the project with the following configs

PORT=

AT_USERNAME=
AT_APIKEY=

DB_HOST=
DB_NAME=wired
DB_USER=
DB_PASS=

HOUNDIFY_CLIENTID=
HOUNDIFY_CLIENTKEY=
HOUNDIFY_USERID=

Install Node Modules and start the app

$ npm install
$ npm start

Routes

  • Routes are under routes folder (sms, ussd, voice)
  • they are mapped by app.js (look at the route imports)

About

sample ussd app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%