Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalelane/node-red-contrib-plugin-asyncapi
Node-RED plugin that creates and configures nodes based on AsyncAPI specs
https://github.com/dalelane/node-red-contrib-plugin-asyncapi
Last synced: 24 days ago
JSON representation
Node-RED plugin that creates and configures nodes based on AsyncAPI specs
- Host: GitHub
- URL: https://github.com/dalelane/node-red-contrib-plugin-asyncapi
- Owner: dalelane
- License: apache-2.0
- Created: 2021-03-07T20:52:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T19:52:47.000Z (about 2 years ago)
- Last Synced: 2024-10-05T02:12:51.493Z (about 1 month ago)
- Language: HTML
- Size: 1.57 MB
- Stars: 10
- Watchers: 5
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AsyncAPI plugin for Node-RED
A plugin for generating and configuring nodes for Kafka, MQTT, AMQP, etc. automatically from an AsyncAPI specification.
- [Introduction](#introduction)
- [How to install](#how-to-install)---
## Introduction
Screenshot of current code:
![screenshot](https://raw.githubusercontent.com/dalelane/node-red-contrib-plugin-asyncapi/master/images/screenshot.png)
Quick demo recording:
[![demo](https://img.youtube.com/vi/3B4O10V2PA0/0.jpg)](https://www.youtube.com/watch?v=3B4O10V2PA0 "demo")
## How to install
### Installing the AsyncAPI plugin
Run the following npm command in your Node-RED user directory (e.g. `~/.node-red`):
```
npm install node-red-contrib-plugin-asyncapi
```Then restart Node-RED