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

v1.0.0

Published

n8n node to connect and use the Pangolin API

Readme

n8n-nodes-pangolin

This is an n8n community node to connect to the Pangolin API. This was completely vibe coded so I wouldn't be surprised if there are bugs. Please open an issue and I will try to fix it as soon as possible.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials Compatibility
Resources
Version history

Installation

  1. Go to Settings > Community Nodes.
  2. Select Install.
  3. Enter in n8n-nodes-pangolin as the package name.
  4. Check the box to accept the risk of installing from a public source.
  5. Click on the "Install" button.

Operations

Every endpoint listed in the Official Pangolin SWAGGER API is in this node as an operation. They are currently named as the description of the endpoint. I would eventually like to come up with a better naming convention.

Credentials

Please read the Pangolin Integration API page to learn how to set up the API. As of November 2025, the integration API is disabled by default. The integration API is different than the internal Pangolin API.

There are multiple types of API keys: organization keys and root keys.

  • Organization keys can be made from within the organization.
    • From within an organization, in the left menu, ORGANIZATION > API Keys
    • https://pangolin.example.tld/[organization slug]/settings/api-keys
  • Root keys can only be made by a server admin. These keys are able to control the entire Pangolin instance so use and protect these keys with care.
    • These can be created/edited in Server Admin > API Keys
    • https://pangolin.example.tld/admin/api-keys

Compatibility

This node has been created on N8N version 1.118 and Pangolin 1.12. Prior versions may work but have not been tested.

| Tested | N8N Version | Pangolin Version | | --- | --- | --- | | Untested | < 1.118 | < 1.12 | | ✅ | 1.118-1.121 | 1.12 |

Resources

Version history

1.0.0

  • Initial release.