An open API service indexing awesome lists of open source software.

https://github.com/distante/node-red-nodes


https://github.com/distante/node-red-nodes

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# A Collection of Node-Red Nodes

# Existing Nodes:

## Configurable Countdown Times

A simple node starts a countdown when a true payload is send. Can be cancelled and there are outputs for each event.

## Rx Debounce Time

Ignores constant emits during a given window of time. Then emits the last value.

# Start Developing with

```
npm run start
```