n8n-nodes-clash-royale
v0.6.1
Published
n8n node to access the Clash Royale API
Maintainers
Readme

n8n-nodes-clash-royale
This is an n8n community node for interacting with the Clash Royale API. It provides functionality to retrieve clan information, river race logs, and current river race data from the Clash Royale game.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Resources
Installation
Follow these steps to install the node package in your n8n instance:
In an existing n8n installation
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-clash-royalein Enter npm package name - Install the node package
Installing the node package locally
If you want to install the package locally for development:
# Clone the repository
git clone https://github.com/<...>/n8n-nodes-clash-royale.git
# Install dependencies
cd n8n-nodes-clash-royale
pnpm install
# Build the code
pnpm build
# Link to n8n
npm link
# In your n8n root directory
cd /path/to/n8n
npm link n8n-nodes-clash-royaleOperations
Clan
- Get River Race Log: Retrieves the river race log for a clan
- Get Current River Race: Retrieves information about the current river race
Credentials
To use this node, you need to create an API key from the Clash Royale Developer Portal.
- Create an account on https://developer.clashroyale.com
- Create a new API key
- Add your IP address to the allowlist
- Copy the API token
Resources
Development
If you want to contribute to this node:
- Clone the repository
- Install dependencies with
pnpm install - Start development mode with
pnpm dev - Make your changes
- Build with
pnpm build - Test your changes in n8n
More information
Refer to our documentation on creating nodes for detailed information on building your own nodes.
