npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

node-red-contrib-virtual-app-node

v0.0.2

Published

Node-red node for virtual app node

Downloads

11

Readme

node-red-contrib-virtual-app-node

A collection of Node-RED nodes to communicate Node-Red node and apps.

Install

Use npm to command to install this package locally in the Node-RED modules directory

npm install node-red-contrib-virtual-app-node 

or install in it globally with the command

npm install node-red-contrib-virtual-app-node -g 

Nodes included in the package

Export Export data to apps.

Import Import data to node from apps.

Delegate Export data to apps and import data to node.

Usage example

Flow

Simple usage of the plugin in Node-RED, a message with ON or 1 will turn on the node, otherwise a message with OFF or 0 will turn off the node.

[{"id":"a43c149e.5bc3e8","type":"VAN-EXPORT","name":"","topic":"VAN Export","token":"","x":351,"y":104,"z":"92616130.6d9ea","wires":[]},{"id":"220d8ba1.ddf274","type":"inject","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":182,"y":104,"z":"92616130.6d9ea","wires":[["a43c149e.5bc3e8"]]},{"id":"5cc5e0aa.a33a2","type":"debug","name":"","active":true,"console":"false","complete":"false","x":355,"y":185,"z":"92616130.6d9ea","wires":[]},{"id":"c404147d.3bfbe8","type":"VAN-IMPORT","name":"","topic":"VAN Import","token":"","x":182,"y":185,"z":"92616130.6d9ea","wires":[["5cc5e0aa.a33a2"]]},{"id":"6b3d3601.94c2c8","type":"VAN-DELEGATE","name":"","topic":"VAN Delegate","token":"","x":364,"y":259,"z":"92616130.6d9ea","wires":[["4e8a2d2e.b175d4"]]},{"id":"f823c1f8.07dc4","type":"inject","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":188,"y":259,"z":"92616130.6d9ea","wires":[["6b3d3601.94c2c8"]]},{"id":"4e8a2d2e.b175d4","type":"debug","name":"","active":true,"console":"false","complete":"false","x":546,"y":259,"z":"92616130.6d9ea","wires":[]}]

History

  • 0.0.1 - October 2015 : Initial Release

Authors

  • Neo Lo (https://github.com/neo7206)

License

Copyright 2014, 2015 ADVANTECH Corp. under the Apache 2.0 license.