#dash-semaphore-sms
An Amazon Dash button service to trigger sending of SMS via Semaphore API. This is useful in case you like to alert someone when your home is under attack and/or any event that you like to send a message without composing it -- all you have to do is push this button!
To know your Amazon Dash MAC address, please follow the node-dash-button instructions.
npm install
Copy config.json.sample to config.json and update with your data. You need to configure the following:
- device: Your Amazon Dash MAC address
- semaphore: Your API key from Semaphore
- message: Specify recipient and sms message. Optional: set also the sender id if you're allowed.
Please provide your Semaphore API KEY before running the application. You can get your key by subscribing to their homepage
node index.js
- 0.0.1 - Initial commit
- Edward Bensen (for his article on Medium that first inspired this)
- Alex Hortin (for his node-dash-button module).
- Bryan Wong (for my free Amazon Dash)
MIT