An open API service indexing awesome lists of open source software.

https://github.com/openbankproject/node-red-contrib-obp

Node Red Node for OBP. Might be interesting for Javascript developers who want to write Adapters for OBP.
https://github.com/openbankproject/node-red-contrib-obp

Last synced: about 2 months ago
JSON representation

Node Red Node for OBP. Might be interesting for Javascript developers who want to write Adapters for OBP.

Awesome Lists containing this project

README

          

# Open Bank Project related nodes

Currently, there is one node: obp:-adapter-entry-point
It can select one connector method, to generate an endpoint for MethodRouting.

## Publish a new version to npm and Node-red
1. you should have npm account
2. execute the follow commands:
```
> npm login
> npm publish
```
3. add `node-red-contrib-obp` to node-red flows lib:
- go to this page: [https://flows.nodered.org/](https://flows.nodered.org/)
- click the '+' button at the top of page, click `Node` area, navigate to a new page
- fill in `node-red-contrib-obp`, click `add node` button

4. after about 10 minutes, the node can be queried in node-red Palette

## Usage
Please refer to this video: [https://vimeo.com/452236076](https://vimeo.com/452236076)