Skip to content

Instantly share code, notes, and snippets.

View luisloaiza's full-sized avatar

Luis Loaiza luisloaiza

View GitHub Profile
@luisloaiza
luisloaiza / send_sms.js
Created January 31, 2018 21:27 — forked from bachvtuan/send_sms.js
Send SMS Amazon SNS Nodejs
/*
AWS implementation of SMS messaging
A simple sample that can become a lib.
*/
// npm install aws-sdk -g
const AWS = require('aws-sdk');