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

@acrewity/n8n-nodes-acrewity

v0.1.16

Published

n8n community node for Acrewity API - A unified API platform with 22+ utility services including PDF processing, data conversion, QR codes, barcodes, and more

Readme

n8n-nodes-acrewity

This is an n8n community node for Acrewity - a unified API platform with 22+ utility services.

Features

This node provides access to all Acrewity API services:

Data & Utilities

  • UUID Generator - Generate unique identifiers (v1, v4)
  • Regex Matcher - Pattern matching and text extraction
  • Text Diff - Compare two texts and highlight differences
  • URL Encoder/Decoder - Safely encode and decode URLs
  • Timezone Converter - Convert times between timezones
  • JSON Schema Validator - Validate JSON against schemas

Content Processing

  • URL to Markdown - Convert web pages to Markdown
  • HTML to Markdown - Convert HTML content to Markdown
  • Markdown to HTML - Convert Markdown to HTML with syntax highlighting
  • HTML to PDF - Generate PDF documents from HTML

Document Generation

  • QR Code Generator - Generate QR codes (PNG/SVG)
  • Barcode Generator - Generate 1D barcodes (Code128, EAN-13, EAN-8, UPC, Code39, ITF-14, Codabar)
  • Markdown Table Generator - Create formatted Markdown tables
  • Sitemap Generator - Extract links from web pages and generate XML sitemaps

File Conversion

  • Image Converter - Convert between JPEG, PNG, WebP, BMP, GIF, ICO, TIFF
  • Excel to JSON - Parse Excel files to JSON
  • JSON to Excel - Create Excel files from JSON (single or multi-sheet, with cell positioning and formula support)

PDF Operations

  • PDF Merge - Combine multiple PDF files
  • PDF Extract Page - Extract specific pages from PDFs
  • PDF to HTML - Convert PDFs to HTML
  • PDF to Markdown - Convert PDFs to Markdown

Communication

  • Email Access - Send emails via SMTP, fetch emails via IMAP/POP3, mark as read

Installation

In n8n Desktop/Self-hosted

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter @acrewity/n8n-nodes-acrewity
  4. Click Install

Manual Installation

npm install @acrewity/n8n-nodes-acrewity

Credentials

To use this node, you need an Acrewity API key:

  1. Sign up at acrewity.com
  2. Go to your Dashboard > API Keys
  3. Create a new API key
  4. Copy the key (starts with ak_)

In n8n:

  1. Go to Credentials
  2. Create new Acrewity API credential
  3. Paste your API key

Usage

  1. Add the Acrewity node to your workflow
  2. Select a Resource (service type)
  3. Select an Operation
  4. Fill in the required parameters
  5. Execute!

Example: Generate UUIDs

  1. Resource: UUID Generator
  2. Operation: Generate UUID
  3. UUID Version: Version 4 (Random)
  4. Count: 5

Example: Convert HTML to PDF

  1. Resource: HTML to PDF
  2. Operation: Convert to PDF
  3. HTML Content: <html><body><h1>Invoice #123</h1>...</body></html>

API Documentation

Full API documentation is available at acrewity.com/docs

Credits

Each API operation costs 1 credit. Check your credit balance in the Acrewity dashboard.

Support

License

MIT