Skip to content

Sample project that shows how to use Node & Nexmo to send SMS from the browser.

Notifications You must be signed in to change notification settings

abritopach/node-express-sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeExpressSMS

Sample project that shows how to use Node & (Nexmo | Twilio) to send SMS from the browser.

Using the Nexmo SMS API

Sign up for a Nexmo account

Using the Twilio SMS API

Sign up for a Twilio account

Set Nexmo credentials

Set Environment Variables: NEXMO_API_KEY & NEXMO_API_SECRET

Set Twilio credentials

Set Environment Variables: TWILIO_ACCOUNT_SID & TWILIO_AUTH_TOKEN

Install dependencies and run

    
    $ cd node-express-sms
    $ npm install
    $ npm run start

About

Sample project that shows how to use Node & Nexmo to send SMS from the browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published