n8n-nodes-petstore
v0.1.2
Published
n8n node to connect with Petstore API
Readme
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 devNodeJS
Make sure you're using Node.js > 20 (we're using nvm):
nvm install v22.8
nvm use v22.8Add 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}
Release
To publish a new version, run:
npm run release