Brings hello world to your mobile phone
MessengerLyte creates a web platfrom for sending sms via nodejs with socket.io and the nexmo messaging api. Phone numbers of recipients must be registered and confirmed by respective owners before they can receive a text. Recepients can be located anywhere in the world. Just remember to prepend the regional code. If you are using vscode, to help setup the html boilerplate, head to the extensions marketplace and grab skeleton snippets extension. See screenshot below.
Clone and run yarn install.
Create a Nexmo sms account and fill out .env as necessary. See example file
Start server: $ node sms.js
Head to your browser and drop whomever you please a message, :)
This app is protected by MIT licence.