recipevis

Generate recipe images for Pinterest with RecipeVis API

Package Information

Downloads: 32 weekly / 420 monthly
Latest Version: 1.0.3
Author: MyGen

Documentation

n8n-nodes-recipevis

Generate beautiful recipe images for Pinterest using the RecipeVis API.

Installation

Via n8n Community

Go to Settings > Community Nodes in your n8n instance and install:

n8n-nodes-recipevis

Or via CLI:

cd ~/.n8n/nodes
npm install n8n-nodes-recipevis

Features

  • 🎨 3 Templates: Classic Blue, Modern Teal, Elegant Rose
  • 🖼️ Two Images: Top (main) and Bottom (close-up)
  • ✏️ Custom Fonts: Poppins, Playfair Display, Dancing Script, etc.
  • 🎨 Custom Colors: Choose any primary color
  • ☁️ Cloudinary Upload: Automatic upload to Cloudinary

Usage

Node Parameters

Parameter Required Default Description
API URL Yes http://srv998445.hstgr.cloud:3021 Your RecipeVis API URL
Template Yes modern-teal Visual style template
Title Yes - Recipe title
Website No mon-site.com Website watermark
Top Image URL Yes - Main recipe photo
Bottom Image URL Yes - Close-up/detail photo
Font Yes Poppins Title font family
Color Yes #328e85 Primary color
Upload to Cloudinary Yes true Auto-upload image

Templates

  • Classic Blue: Gradient background with centered title box
  • Modern Teal: Full-width bars with elegant typography
  • Elegant Rose: Soft style with cursive fonts

API Response

{
  "success": true,
  "cloudinary_url": "https://res.cloudinary.com/.../image.png",
  "public_id": "recipevis/...",
  "format": "png",
  "width": 1024,
  "height": 2048
}

RecipeVis API

This node requires the RecipeVis API running. Deploy it with Docker:

docker run -d -p 3021:3021 \
  -e CLOUDINARY_CLOUD_NAME=your-cloud \
  -e CLOUDINARY_API_KEY=your-key \
  -e CLOUDINARY_API_SECRET=your-secret \
  recipevis-api

License

MIT

Discussion