Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mplacona/twilio-node-demo
A demo of Twilio SMS and Voice using NodeJS
https://github.com/mplacona/twilio-node-demo
Last synced: 7 days ago
JSON representation
A demo of Twilio SMS and Voice using NodeJS
- Host: GitHub
- URL: https://github.com/mplacona/twilio-node-demo
- Owner: mplacona
- License: apache-2.0
- Created: 2018-03-29T13:20:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:15:06.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T15:01:29.913Z (7 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- Check it's running by heading to [http://localhost:3000](http://localhost:3000)
- start ngrok on that port `ngrok http 3000`
- Open a new tab on [http://zzzzz.ngrok.io/message.xml](http://zzzzz.ngrok.io/message.xml)
- Have your [Twilio Numbers Page](https://www.twilio.com/console/phone-numbers/incoming) open on a separate tab.## 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 created 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`