UNPKG

node-red-contrib-tableify

Version:

Uses npm package tableify to convert json into an html table. Returns the html in msg.payload

18 lines (16 loc) 490 B
{ "name" : "node-red-contrib-tableify", "version" : "0.0.2", "description" : "Uses npm package tableify to convert json into an html table. Returns the html in msg.payload", "dependencies": { "tableify": "1.0.0", "replaceall": "0.1.6" }, "keywords": [ "node-red" , "json to html", "html table", "html body"], "node-red" : { "nodes": { "mailx": "tableify/tableify.js" } }, "license": "MIT" }