Logo Lanfrica

cjdreamy/sms-module

Domain:

digital infrastructure

Record type:

software
Creator:
cjd
Host:
module for sendng sms using Africa's Talking api, built on nodejs # sms module This is a simple sms module that can be used to send sms to users ```bash npm install --save africastalking npm install --save dotenv npm install --save express ``` to run the server ```bash node server.js ```