Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

doing-things-with-node-red/node-red-contrib-newman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM version dependencies Status npm npm

node-red-contrib-newman

Summary

Postman's Newman integration in Node-RED

You can launch easily a postman collection using the runner, that is called Newman, within just 1 node: Easy use

You can configure the node with the full functionalities that newman offers, since the node's configuration is intented to be a free-text box where configure the options that you want to use that newman accepts. This input box is parsed with mustache, making more powerfull the execution without the necessity of additional nodes.

Easy use

Dependencies

  • newman: the library for which this project has been build
  • mustache: for rendering the options entered in the node configuration

Usage and configuration

Packages

No packages published

Languages

  • HTML 60.2%
  • JavaScript 39.8%