hackclub-ships

n8n community node for Hack Club Ships API

Package Information

Downloads: 203 weekly / 203 monthly
Latest Version: 0.1.1
Author: Christian

Documentation

n8n-nodes-hackclub-ships

An n8n community node for the Hack Club Ships API - a dashboard for Hack Club's YSWS (You Ship, We Ship) program.

n8n is a fair-code licensed workflow automation platform.

Installation

Follow the installation guide in the n8n community nodes documentation.

npm install n8n-nodes-hackclub-ships

Credentials

For authenticated endpoints (like "Get My Projects"), you need a Hack Club Ships API key. Public endpoints like getting all projects or stats don't require authentication.

Resources & Operations

Project

Operation Description
Get Many Get all YSWS project entries
Get Screenshot Get a project screenshot by ID

Stats

Operation Description
Get Get global statistics about shipped projects

User

Operation Description
Get Me Get current authenticated user's projects

Development

# Install dependencies
npm install

# Build the node
npm run build

# Development mode (watch)
npm run dev

# Lint
npm run lint

# Format
npm run format

Compatibility

  • Requires n8n version 1.0.0 or later
  • Node.js 18.x or later

Resources

License

MIT

Discussion