UNPKG

node-red-contrib-openfaas-gateway

Version:

Call your OpenFaaS function from Node RED, with standard gateway defined as http://gateway:8080

20 lines (19 loc) 239 B
env: browser: true commonjs: true es6: true node: true extends: 'eslint:recommended' rules: indent: - error - 4 linebreak-style: - error - unix quotes: - error - single semi: - error - never