Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doing-things-with-node-red/node-red-contrib-jsf
Node-RED node allowing to use json-schema-faker
https://github.com/doing-things-with-node-red/node-red-contrib-jsf
faker json-schema json-schema-faker node-red
Last synced: about 1 month ago
JSON representation
Node-RED node allowing to use json-schema-faker
- Host: GitHub
- URL: https://github.com/doing-things-with-node-red/node-red-contrib-jsf
- Owner: doing-things-with-node-red
- License: mit
- Created: 2017-12-15T13:11:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:38:59.000Z (about 2 years ago)
- Last Synced: 2024-10-16T07:31:16.008Z (3 months ago)
- Topics: faker, json-schema, json-schema-faker, node-red
- Language: HTML
- Homepage: https://www.npmjs.com/package/@doing-things-with-node-red/node-red-contrib-jsf
- Size: 570 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://dev.azure.com/doing-things-with-node-red/node-red-contrib/_apis/build/status/node-red-contrib-jsf?branchName=master)](https://dev.azure.com/doing-things-with-node-red/node-red-contrib/_build/latest?definitionId=4&branchName=master)
[![Greenkeeper badge](https://badges.greenkeeper.io/doing-things-with-node-red/node-red-contrib-jsf.svg)](https://greenkeeper.io/)
[![npm](https://img.shields.io/npm/dw/@doing-things-with-node-red/node-red-contrib-jsf.svg)](https://www.npmjs.com/package/@doing-things-with-node-red/node-red-contrib-jsf)
[![npm](https://img.shields.io/npm/dm/@doing-things-with-node-red/node-red-contrib-jsf.svg)](https://www.npmjs.com/package/@doing-things-with-node-red/node-red-contrib-jsf)
[![npm](https://img.shields.io/npm/dy/@doing-things-with-node-red/node-red-contrib-jsf.svg)](https://www.npmjs.com/package/@doing-things-with-node-red/node-red-contrib-jsf)
[![npm](https://img.shields.io/npm/dt/@doing-things-with-node-red/node-red-contrib-jsf.svg)](https://www.npmjs.com/package/@doing-things-with-node-red/node-red-contrib-jsf)node-red-contrib-jsf
===================It's a [**Node-RED**](http://nodered.org/) node allowing to use [json-schema-faker](https://github.com/json-schema-faker/json-schema-faker) to provide consistent and meaningful fake data for your flow.
[![EXAMPLE FLOW](https://i.imgur.com/DYCEosX.png)](https://i.imgur.com/DYCEosX.png)
## Dependencies
* [json-schema-faker](https://github.com/json-schema-faker/json-schema-faker): JSON-Schema + fake data generators
## Example flow
```json
[{"id":"e56f1a2d.787bf8","type":"jsf","z":"f8b594b8.c317b8","name":"","field":"payload","fieldType":"msg","lang":"az","x":410,"y":60,"wires":[["15103ac0.294bc5"]]}]
```License
-------See the [LICENSE file](LICENSE) for license text and copyright information.