UNPKG

node-red-contrib-msg-speed

Version:

A Node Red node to measure the flow message speed, i.e. the rate at which messages arrive

27 lines (26 loc) 871 B
{ "name" : "node-red-contrib-msg-speed", "version" : "2.1.0", "description" : "A Node Red node to measure the flow message speed, i.e. the rate at which messages arrive", "dependencies": { "nr-msg-statistics": "^1.0.0" }, "author": { "name": "Bart Butenaers" }, "license": "Apache-2.0", "keywords": [ "node-red", "message", "msg", "speed", "rate", "count", "counter", "moving", "window" ], "bugs": { "url": "https://github.com/bartbutenaers/node-red-contrib-msg-speed/issues" }, "homepage": "https://github.com/bartbutenaers/node-red-contrib-msg-speed", "repository": { "type": "git", "url": "https://github.com/bartbutenaers/node-red-contrib-msg-speed.git" }, "node-red" : { "nodes": { "msg-speed": "msg_speed.js" } } }