/Sms

Sending SMS Using Node.js, Express & Africa's Talking SMS API

Primary LanguageJavaScript

Sending SMS Using Node.js, Express & Africa's Talking SMS API

This is a post that shows how to send SMS using Node.js,Express and the Africastalking API.We also get to utilize Socket.io in sending realtime responses to the client side of the application.

Getting Started

Create an account Africa's Talking to obtain an API key and a username.

Installing Dependencies

Run 'npm install' to download all the dependencies to your application.

Running the application

To get started either run 'nodemon'if you have nodemon installed globally or node app.js to start your server

Built With

Africa's Talking,Socket.io,Express,ejs and body parser