File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed
Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,19 @@ Turn Your **OpenAPI** (**Swagger**) spec into a **n8n node**!
3131
3232# Quick Start
3333
34+ If you have OpenAPI specification - you can easily in few minutes create
35+ [ your community node] ( https://docs.n8n.io/integrations/community-nodes/usage/ ) for n8n!
36+
37+ It'll still require to create and publish ` n8n-nodes-<yourproject> ` npm package,
38+ but you can use this package to generate most of the code.
39+
40+ 👉 We recommend using one of repo for the ` n8n-nodes-<yourproject> ` package:
41+
42+ - https://github.com/devlikeapro/n8n-nodes-petstore - Petstore example generated from OpenAPI v3 spec
43+ - https://github.com/n8n-io/n8n-nodes-starter - Official n8n nodes starter template
44+
45+ Find more real-world examples in [ Use Cases] ( #use-cases ) section.
46+
3447## Installation
3548
3649Add ` @devlikeapro/n8n-openapi-node ` as dependency
@@ -43,12 +56,6 @@ pnpm add @devlikeapro/n8n-openapi-node
4356yarn add @devlikeapro/n8n-openapi-node
4457```
4558
46- 👉 We recommend using one of repo for the template:
47-
48- - https://github.com/devlikeapro/n8n-nodes-petstore - Petstore example generated from OpenAPI v3 spec
49- - https://github.com/n8n-io/n8n-nodes-starter - Official n8n nodes starter template
50-
51- Find more real-world examples in [ Use Cases] ( #use-cases ) section.
5259
5360## Usage
5461
You can’t perform that action at this time.
0 commit comments