⚒️ Perform unit-aware calculations and conversions with CalcsLive

0 views · ⚒️ Engineering

💡 Pro Tip — If you need GitHub data beyond what the REST API gives you, ScraperNode has a repository scraper that extracts metadata at scale without token rate limits.

View All Scrapers

Description

What this workflow does

This template demonstrates how to perform unit-aware calculations with automatic unit conversion using the CalcsLive community node. It shows three calculation patterns:

  1. Speed calculation: Convert distance and time into velocity (km → km/h)
  2. Cylinder volume: Calculate volume from diameter and height (cm → Liters)
  3. Chained calculations: Pass output from one calculation as input to another (Volume → Mass)

Workflow Screenshot

demoworkflow.png

CalcsLive Articles Used

You can view and customize each calculation article in the CalcsLive editor:

CalculationArticle IDLink
Speed Calc3M6P9TF5P-3XAOpen in Editor
Cylinder Volume3M6P9TF5P-3XAOpen in Editor
Mass Calc3M6PBGU7S-3CAOpen in Editor

Note:

Seamless Data Flow

An implicit but powerful feature: full unit freedom - input data flows seamlessly through the workflow. The “Set” nodes prepare data that CalcsLive nodes consume directly via expressions. CalcsLive then delivers outputs in your specified units, ready to feed downstream nodes. Both inputs and outputs integrate naturally with n8n’s data model - no transformation needed.

Why use CalcsLive?

Prerequisites

  1. Install the CalcsLive community node: @calcslive/n8n-nodes-calcslive
  2. Get an API key from calcslive.com (free tier available)
  3. Create CalcsLive API credentials in n8n

How to use

  1. Import this workflow
  2. Configure your CalcsLive API credentials
  3. Click “Execute workflow” to see the calculations run
  4. Modify the input values in the “Set” nodes to test different scenarios

Example use cases

Resources

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup