https://github.com/michaelborn/twilio-quest-app
Simple scripts written in Node.JS for the Twilio Quest game.
https://github.com/michaelborn/twilio-quest-app
Last synced: about 1 month ago
JSON representation
Simple scripts written in Node.JS for the Twilio Quest game.
- Host: GitHub
- URL: https://github.com/michaelborn/twilio-quest-app
- Owner: michaelborn
- Created: 2018-09-28T06:40:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T06:45:24.000Z (almost 8 years ago)
- Last Synced: 2025-03-02T23:30:23.835Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twilio Quest App
A bunch of Node.JS scripts to interact with Twilio as per [Twilio Quest][1].
## Getting Started
1. Clone this repo.
1. Copy `config.js.example` to `config.js`
1. Update `TWILIO_ACCOUNT_SID` and `TWILIO_AUTH_TOKEN` to match the values found in your [Twilio Console][2]
1. Update `TWILIO_PHONE_NUMBER` to match your [Twilio phone number][3].
1. Run `node sendSMS.js` to send an SMS to your Twilio number.
## App Functions
* `respondToSMS.js` is a phone number webhook response script to respond to an SMS with a "Hi, you're from X country" response. See https://www.twilio.com/quest/mission/1/objective/101
* `sendSMS.js` is a simple send-sms-to-my-twilio-number script.
[1]: https://www.twilio.com/quest/
[2]: https://www.twilio.com/console
[3]: https://www.twilio.com/console/phone-numbers/incoming