stefanjudis / twilio-node-demo

A demo of Twilio SMS and Voice using NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twilio 5 minute demo

Running

  • If you're running this for the first time, clone then repo and run npm install
  • To start the server run npm start

Preparation

Demoing

  • Explain how Twilio and webhooks work
  • Head to the numbers page and buy a number
  • Configure the Messaging part
  • Show that you haven't creted that app yet
  • Code message.xml
  • Prompt people to text your number
  • Show that you could also have coded something like a conference call. Code voice.xml
  • Conflict!
  • Code up index.js
  • run node index.js

About

A demo of Twilio SMS and Voice using NodeJS

License:Apache License 2.0


Languages

Language:JavaScript 100.0%