Package Information
Downloads: 0 weekly / 14 monthly
Latest Version: 0.1.1
Author: allburov
Available Nodes
Documentation
@ab-tag/n8n-nodes-petstore

Example (Template) project for Petstore OpenAPI spec
using ab-tag/n8n-openapi-node

Run Project Locally
git clone https://github.com/ab-tag/n8n-nodes-petstore.git
cd n8n-nodes-petstore
npm install
npm run dev
NodeJS
Make sure you're using Node.js > 20 (we're using nvm):
nvm install v22.8
nvm use v22.8
Add Petstore Node to new workflow
Find Petstore in the node list and add it to your workflow


Publish project
- Add your
NPM_TOKENin GitHub Actions - Push change
- Create a new GitHub Release,
1.0.0in your project - Install your node in n8n:
@{yourgithubname}/n8n-nodes-{yournode}