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

v0.3.2

Published

n8n community nodes for Xibo CMS integration

Readme

Xibo n8n Nodes

Custom n8n nodes for integrating Xibo CMS (Content Management System) with your n8n workflows.

Features

This package provides n8n nodes to interact with Xibo CMS:

  • Display Management: Get displays and their information
  • Layout Management: Retrieve and manage layouts
  • Media Library: Access and manage media files
  • Schedule Management: Work with schedules

Prerequisites

  • Node.js v18.10 or higher
  • pnpm v9.1 or higher
  • A Xibo CMS instance with API access

Installation

For Development

  1. Clone this repository:
git clone https://github.com/sasch901/Xibo-n8n.git
cd Xibo-n8n
  1. Install dependencies:
pnpm install
  1. Build the project:
pnpm run build
  1. Link to n8n (for local development):
pnpm link
cd ~/.n8n/custom
pnpm link xibo-n8n-nodes

For Production

npm install xibo-n8n-nodes

Or add to your n8n instance's package.json and install via npm/pnpm.

Configuration

Xibo API Credentials

Before using the Xibo node, you need to configure your Xibo CMS credentials in n8n:

  1. In n8n, go to CredentialsNew
  2. Select Xibo API
  3. Enter the following information:
    • CMS URL: Your Xibo CMS URL (e.g., https://your-xibo-cms.com)
    • Client ID: Your Xibo API Client ID
    • Client Secret: Your Xibo API Client Secret

To get your API credentials from Xibo CMS:

  1. Log in to your Xibo CMS
  2. Go to Applications in the admin menu
  3. Add a new application or use an existing one
  4. Copy the Client ID and Client Secret

Usage

Available Resources

  • Display: Manage and retrieve display information
  • Layout: Work with layouts
  • Media: Access media library files
  • Schedule: Manage schedules

Example Workflow

  1. Add the Xibo node to your workflow
  2. Select a Resource (e.g., Display)
  3. Select an Operation (e.g., Get Many)
  4. Configure the credentials
  5. Execute the workflow

Development

Project Structure

xibo-n8n-nodes/
├── nodes/
│   └── Xibo/
│       ├── Xibo.node.ts     # Main node implementation
│       └── xibo.svg          # Node icon
├── credentials/
│   └── XiboApi.credentials.ts # API credentials
├── icons/                     # Additional icons
├── dist/                      # Compiled output (generated)
├── package.json
├── tsconfig.json
├── gulpfile.js
└── .eslintrc.js

Available Scripts

  • pnpm run build - Build the project for production
  • pnpm run dev - Watch mode for development
  • pnpm run lint - Lint the code
  • pnpm run lintfix - Fix linting issues automatically
  • pnpm run format - Format code with Prettier

Building

pnpm run build

This will:

  1. Compile TypeScript to JavaScript
  2. Copy icons to the dist folder
  3. Generate type definitions

Testing Locally

  1. Build the project:
pnpm run build
  1. Link to your n8n instance:
pnpm link
cd ~/.n8n/custom
pnpm link xibo-n8n-nodes
  1. Restart n8n and the nodes should be available

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Resources

License

MIT

Support

For issues and questions: