in this simple site i show how to implement NEXOM to send sms for mobile
Click Here For More About NEXMO
# 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
Abdullah Abu Rtima
1.0.0
This project is licensed under the MIT License