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.
- Host: GitHub
- URL: https://github.com/openbankproject/node-red-contrib-obp
- Owner: OpenBankProject
- License: apache-2.0
- Created: 2020-05-29T11:34:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T08:16:57.000Z (almost 6 years ago)
- Last Synced: 2025-07-09T04:04:19.421Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)