AbdullhRtima / API-Send-SMS-Using-node-and-Nexmo

API Send SMS Using node and Nexmo to send sms for mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API for send sms messages form web page using nexmo and Node.js-Express

in this simple site i show how to implement NEXOM to send sms for mobile

about NEXOM

Click Here For More About NEXMO

Quick Start

# Install dependencies for server
npm install

# you have to change line 9 && 10 by your info from nexmo at app.js 
// nexmo init 
const nexmo = new Nexmo ({
    apiKey :'your key nexmo',
    apiSecret :'your Secret code of nexmo'
},{debug : true}) ;
# you have to put your phone number in line 41 at app.js 

  'your number here  ', number ,text , {type : 'unicode'},

# Run the Express 
nodeomn or npm start 
# Server runs on http://localhost:1000 

App Info

Author

Abdullah Abu Rtima

Version

1.0.0

License

This project is licensed under the MIT License

About

API Send SMS Using node and Nexmo to send sms for mobile

License:MIT License


Languages

Language:JavaScript 73.3%Language:HTML 26.7%