Skip to content

7sete7/node-red-contrib-validatejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Validate.js integration node

Validate your data just as one would using validate js.

Usage

  • Set the property in wich your data will come.
  • Create your constraints in the editor or input it from msg.template.

example


Todo

  • Fix msg.template input
  • Add a JS editor to extend validator functions
  • Add a Button Group / Tab to select error output (grouped / flat / detailed)
  • Add Jsonata and/or Mustache templating to the validate editor