https://github.com/distante/node-red-nodes
https://github.com/distante/node-red-nodes
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/distante/node-red-nodes
- Owner: distante
- Created: 2023-04-08T15:10:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T10:37:36.000Z (about 3 years ago)
- Last Synced: 2025-02-12T11:39:23.769Z (over 1 year ago)
- Language: JavaScript
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```