petstore

n8n node to connect with Petstore API

Package Information

Downloads: 0 weekly / 14 monthly
Latest Version: 0.1.1
Author: allburov

Documentation

@ab-tag/n8n-nodes-petstore

n8n logo

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

screenshot

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

workflow
screenshot

Publish project

  1. Add your NPM_TOKEN in GitHub Actions
  2. Push change
  3. Create a new GitHub Release, 1.0.0 in your project
  4. Install your node in n8n: @{yourgithubname}/n8n-nodes-{yournode}

Discussion