From b1f7ec04df0ec2cac003ec3dd5671dbd047a4639 Mon Sep 17 00:00:00 2001 From: Tim P Date: Sat, 24 Mar 2018 12:57:05 +1100 Subject: [PATCH] Add Node JS Implementation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d80aa7c..e2b34cc 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ You can find an implementation of the Homie convention: * ![WIP](https://cdn2.iconfinder.com/data/icons/thesquid-ink-40-free-flat-icon-pack/64/barricade-24.png) **WIP** - Some Node-RED nodes for automation: [marvinroger/node-red-contrib-homie](https://github.com/marvinroger/node-red-contrib-homie) * A Python-implementation for Raspberry Pi & Co.: [jalmeroth/homie-python](https://github.com/jalmeroth/homie-python). * A Ruby-implementation including a command-line-client with OTA-Support for easy adminstration of multiple Homie-devices: [rttools/hodmin](https://github.com/rttools/hodmin) +* A NodeJS-implementation closely following [marvinroger/homie-esp8266](https://github.com/marvinroger/homie-esp8266) API patterns: [microclimates/homie-device](https://github.com/microclimates/homie-device) ## Background