npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-uqr-ai

v1.1.0

Published

n8n community node for uqr.ai - Dynamic QR Code API

Readme

n8n-nodes-uqr-ai

n8n License: MIT

This is an n8n community node for uqr.ai - a dynamic QR code API that allows you to create, manage, and track QR codes.

Features

  • Create QR Codes - Generate QR codes for websites, text, email, vCard, WiFi, phone, SMS, location, PDF, images, files, links, galleries, and MP3
  • Update QR Codes - Modify content, name, domain, status, design, and more
  • List QR Codes - Get all your QR codes with pagination
  • Get QR Code - Retrieve details of a specific QR code
  • Delete QR Codes - Remove QR codes from your account
  • Analytics - Track scans and get detailed statistics

Installation

Community Node (Recommended)

  1. Go to SettingsCommunity Nodes in your n8n instance
  2. Click Install and enter: n8n-nodes-uqr-ai
  3. Restart n8n

Manual Installation

npm install n8n-nodes-uqr-ai

Setup

1. Get Your API Key

  1. Sign up at uqr.ai
  2. Go to your dashboard → API Settings
  3. Generate a new API key (starts with uqr_)

2. Configure Credentials in n8n

  1. Open n8n → CredentialsNew
  2. Search for uqr.ai API
  3. Enter your API key
  4. Save

Usage

Create a QR Code

  1. Add the uqr.ai node to your workflow
  2. Select QR Code resource → Create operation
  3. Choose the QR Type (Website, Text, Email, vCard, WiFi, etc.)
  4. Fill in the required fields for the chosen type
  5. Optionally configure:
    • Name: Display name for the QR code
    • Short Link Domain: Custom domain for short links (e.g. uqr.sh)
    • Options: QR code design (colors, dot styles, logo, frame)
    • Folder ID: Organize into folders
    • UTM Parameters: Source, medium, campaign tracking

Supported QR Types

| Type | Required Fields | |------|----------------| | Website (URL) | url | | Text | text | | Email | email (+ optional subject, body) | | vCard (Contact) | At least one of first_name, last_name, phone | | WiFi | ssid (+ optional password, security) | | Phone | phone | | SMS | phone (+ optional message) | | Location | latitude, longitude | | PDF | pdf_title, pdf_download_url | | Image Gallery | image_gallery_title, image_gallery_images (JSON) | | Image | image_title, image_download_url | | File | file_title, file_download_url | | List of Links | links_title, links_list (JSON) | | MP3 | mp3_title, mp3_file_url |

Update a QR Code

  1. Select QR CodeUpdate
  2. Enter the QR Code ID
  3. Configure update fields:
    • Name: Change display name
    • URL / Text: Update content
    • Short Link Domain: Change the short link domain
    • Status: Activate or deactivate
    • Options: Update QR design
    • UTM Parameters: Update tracking params

Get QR Code Details

  1. Select QR CodeGet
  2. Enter the QR Code ID
  3. Response includes short_url, short_link_domain, image, and all QR data

List All QR Codes

  1. Select QR CodeList
  2. Optionally set Limit or check Return All

Delete a QR Code

  1. Select QR CodeDelete
  2. Enter the QR Code ID

Get Scan Analytics

  1. Select QR CodeGet Scans or AnalyticsGet Scans
  2. Enter the QR Code ID (optional for Analytics resource)
  3. Optionally set date range

Example Workflows

Generate QR Code from Form Submission

[Webhook] → [uqr.ai: Create QR Code] → [Send Email]

Track QR Code Scans Daily

[Schedule Trigger] → [uqr.ai: Get Scans] → [Google Sheets: Append]

Update QR Code Content

[Webhook] → [uqr.ai: Update QR Code] → [Slack: Send Message]

API Reference

For detailed API documentation, visit:

Resources

License

MIT - See LICENSE for details.

Support

For issues or questions:


Built with ❤️ for the n8n community.