/thinglator-driver-starter

Starter kit for creating a new thinglator driver

Primary LanguageJavaScriptMIT LicenseMIT

This is a starter kit for creating a new driver - copy this repo and use it to build your own driver. Please leave all structure and existing tests as they are to ensure consistency across drivers.

#thinglator-driver-starter

Allows the Thinglator platform to control DRIVERNAME devices on your local network.

Requirements

Installation

Navigate to the root of your Thinglator installation and run

npm install thinglator-driver-DRIVERNAME

Relaunch thinglator by re-running

node app.js

Test

npm run test