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-http-out-error
It's a Node-RED custom node allowing to use http-errors to response in a easy way with a http error on a catch node.
https://github.com/doing-things-with-node-red/node-red-contrib-http-out-error
http-errors node-red
Last synced: 21 days ago
JSON representation
It's a Node-RED custom node allowing to use http-errors to response in a easy way with a http error on a catch node.
- Host: GitHub
- URL: https://github.com/doing-things-with-node-red/node-red-contrib-http-out-error
- Owner: doing-things-with-node-red
- License: mit
- Created: 2019-11-28T12:00:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T08:56:50.000Z (almost 5 years ago)
- Last Synced: 2024-10-11T02:33:51.539Z (3 months ago)
- Topics: http-errors, node-red
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@doing-things-with-node-red/node-red-contrib-http-out-error
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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/doing-things-with-node-red.node-red-contrib-http-out-error?branchName=master)](https://dev.azure.com/doing-things-with-node-red/node-red-contrib/_build/latest?definitionId=1&branchName=master)
[![Greenkeeper badge](https://badges.greenkeeper.io/doing-things-with-node-red/node-red-contrib-http-out-error.svg)](https://greenkeeper.io/)
[![npm](https://img.shields.io/npm/dw/@doing-things-with-node-red/node-red-contrib-http-out-error.svg)](https://www.npmjs.com/package/@doing-things-with-node-red/node-red-contrib-http-out-error)
[![npm](https://img.shields.io/npm/dm/@doing-things-with-node-red/node-red-contrib-http-out-error.svg)](https://www.npmjs.com/package/@doing-things-with-node-red/node-red-contrib-http-out-error)
[![npm](https://img.shields.io/npm/dy/@doing-things-with-node-red/node-red-contrib-http-out-error.svg)](https://www.npmjs.com/package/@doing-things-with-node-red/node-red-contrib-http-out-error)
[![npm](https://img.shields.io/npm/dt/@doing-things-with-node-red/node-red-contrib-http-out-error.svg)](https://www.npmjs.com/package/@doing-things-with-node-red/node-red-contrib-http-out-error)# node-red-contrib-http-response-error
It's a [**Node-RED**](http://nodered.org/) custom node allowing to use [http-errors](https://github.com/jshttp/http-errors) to response in a easy way with a http error on a catch node.
[![EXAMPLE FLOW](https://i.imgur.com/8rrFG4F.png)](https://i.imgur.com/8rrFG4F.png)
## Dependencies
* [http-errors](https://github.com/jshttp/http-errors): Create HTTP Errors
License
-------See the [LICENSE file](LICENSE) for license text and copyright information.