Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Latest commit

 

History

History

sms-sender-id

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

sms-sender-id

A simple demo to show how to send messages in node.js through Africa's Talking.

Watch Tutorial on YouTube

Watch Tutorial on YouTube

End Product (screenshot)

screenshot

Pre-requisites

Getting Started

# 1. get an API key from AT (for help, see below under 'Resources' section)

# 2. Create your sender id in the AT dashboard (for help, see below under 'Resources' section)

# 3. open the simulator: https://simulator.africastalking.com:1517/

# 4. open 'src/constants.js' and update the API key and phone number accordingly

# 5. install packages
npm i

# 6. run
npm start

Resources

Create an API key - link

  • On the sidebar, go to Settings > API Key.

Create a Sender ID - link

  • On the sidebar, go to SMS > Alphanumerics > Create Alphanumeric.

Open the Simulator - link

  • On the sidebar, go to Launch Simulator.

Pull Requests

Any and all PRs are open.