https://github.com/xmlking/node-dash-button-webtask
Amazon dash button actions with Auth0's webtasks
https://github.com/xmlking/node-dash-button-webtask
Last synced: 10 months ago
JSON representation
Amazon dash button actions with Auth0's webtasks
- Host: GitHub
- URL: https://github.com/xmlking/node-dash-button-webtask
- Owner: xmlking
- Created: 2015-09-16T04:03:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-06T00:41:59.000Z (over 10 years ago)
- Last Synced: 2025-01-30T05:43:18.699Z (11 months ago)
- Language: JavaScript
- Size: 277 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Node-Dash-Button-Webtasks
===================
Here is how I am using [Amazon Dash Button](http://www.amazon.com/oc/dash-button) as panic button.
This setup utilize backend less [webtask](https://webtask.io/) cloud platform to securely send text messages when button is pressed.
[Amazon Dash Button](http://www.amazon.com/oc/dash-button) triggers [webtask](https://webtask.io/) to send text message when button is pressed.

PS: You need to install `libpcap-dev` on Mac or Raspberry PI to run the python script.
```bash
npm install wt-cli -g
wt create send_text.js --name send_text -s TWILIO_ACCOUNT_SID=aaa -s TWILIO_AUTH_TOKEN=aaa -s TWILIO_NUMBER=+15005550006
sudo python run.py
```