win-node-dash-button

0.1.2 • Public • Published

win-node-dash-button

A node module built for Windows to emit events when an Amazon Dash Button is pressed

Examples

var svr = new Server(),
    tide   = new DashButton("12:34:56:78:90:12", function () { console.log("Tide pressed"); });
 
svr.register(tide)
   .start("192.168.1.10");

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i win-node-dash-button

    Weekly Downloads

    0

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • pvanhouten