dash-to-slack
v1.0.1
Published
Send Amazon Dash button presses to Slack
Downloads
4
Readme
Dash to Slack
Currently pretty WIP. Connect your "hacked" Amazon Dash button to your Slack.
Requirements
- Node
libcap-dev
Installation and Execution
$ cp .env.dist .env # and fill in the MAC address and the webhook
$ sudo apt-get install libcap-dev # to listen for Dash presses
$ sudo bin/run &
Development
- Run the tests with
npm test
npm run prepublish
to convert ES2015 to ES5