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-acuris

v0.1.0

Published

n8n community node for Acuris Address Validation & Geocoding. Validate addresses in 240+ countries, look up UK postcodes, geocode and reverse-geocode — all from your n8n workflows.

Readme

n8n-nodes-acuris

Acuris Address Validation & Geocoding as an n8n community node. Four operations available in any n8n workflow:

| Operation | What it does | |---|---| | Validate Address | Validate any postal address in 240+ countries. Returns standardised address, rooftop coordinates, confidence score (A-F), UDPRN + UPRN for UK. | | Lookup UK Postcode | Given a UK postcode, return every Royal Mail PAF delivery point at it. | | Geocode Address | Convert an address into latitude + longitude. | | Reverse Geocode | Convert a lat/lng pair into the nearest known address. |

Install

Self-hosted n8n:

# In your n8n root:
npm install n8n-nodes-acuris
# restart n8n; the "Acuris" node appears in the node panel

n8n Cloud: community nodes can be enabled per-instance in Settings → Community Nodes.

Configure

  1. Create Credentials → Acuris API, paste your acu_… key. Free key (100 free validations + 100 free geocodes, 7 days, no credit card) at https://api.acuris-geo.com/register.
  2. Drop the Acuris node into any workflow, pick an Operation, fill in the fields.

UK validation and postcode lookup are automatically routed to paf.acuris-geo.com (where our Royal Mail PAF licence lives). Everything else routes to api.acuris-geo.com. Caller doesn't need to know.

Build from source

git clone https://github.com/Acuris-GmbH/n8n-nodes-acuris.git
cd n8n-nodes-acuris
npm install
npm run build

To test against a local n8n install:

# In this repo:
npm link
# In your n8n root:
npm link n8n-nodes-acuris

License

MIT. © 2026 Acuris GmbH.