0.1.1 • Published 7 months ago

@nilegfx/n8n-nodes-base64 v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Banner image

n8n-nodes-base64

This is an n8n community node that provides Base64 encoding and decoding functionality.

n8n is a fair-code licensed workflow automation platform.

Features

This node allows you to:

  • Encode text to Base64
  • Decode Base64 to text

Installation

Community Nodes (Recommended)

For users on n8n v0.187+:

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter n8n-nodes-base64 in Enter npm package name
  4. Agree to the risks of using community nodes
  5. Select Install

Manual Installation

To install this node manually:

cd /your-n8n-installation-folder
npm install n8n-nodes-base64

Note: n8n automatically detects all installed nodes. If you installed n8n globally, you might need to install the package globally as well (npm install -g n8n-nodes-base64).

Usage

Base64 Encode

  1. Add the Base64 node to your workflow
  2. Select the Encode operation
  3. Enter the text you want to encode in the Text field
  4. Execute the node to get the Base64 encoded string

Base64 Decode

  1. Add the Base64 node to your workflow
  2. Select the Decode operation
  3. Enter the Base64 string you want to decode in the Base64 field
  4. Execute the node to get the decoded text

Resources

License

MIT

0.1.1

7 months ago

0.1.0

7 months ago