New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

node-red-contrib-ghost-client

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-ghost-client

Node-RED nodes to interact with Ghost API client (@tryghost/admin-api)

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

Node-RED Ghost Admin API Client Nodes

Buy me a beer

A Node-RED node package providing nodes to interact with the Ghost Admin API using the official @tryghost/admin-api client.

Features

  • Browse, read, create (post), edit, and delete Ghost posts
  • Typed input fields for all node properties (supporting string, JSON, msg, flow, global)
  • Two outputs for each node: success and error
  • Error handling and output for all API calls
  • Example flows included

Install

From your Node-RED user directory (~/.node-red):

npm install node-red-contrib-ghost-client

Usage

Add any of the Ghost nodes to your flow:

  • ghost-config: Configure the Ghost Admin API client
  • ghost-browse: Browse resources (e.g., posts, pages)
  • ghost-read: Read a single resource by ID
  • ghost-create: Create a new post
  • ghost-edit: Edit an existing post
  • ghost-delete: Delete a post

Node Properties

Each node provides typed input fields for all required properties. See the node's help in the Node-RED editor for details and links to the Ghost Admin API documentation.

Compatibility

  • Requires Node.js 20+
  • Compatible with Node-RED 3.x+
  • Requires a Ghost site with Admin API enabled

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at LICENSE.

Keywords

node-red

FAQs

Package last updated on 13 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts