distancia

Package Information

Released: 6/4/2025
Downloads: 0 weekly / 0 monthly
Latest Version: 0.1.0
Author: ozielusa

Documentation

n8n-nodes-distancia

This is a distance calculation node for n8n that calculates the distance and travel time between two addresses using geolocation APIs.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

npm install n8n-nodes-distancia

Operations

Distance Node

Calculates the distance and travel time between two addresses using geolocation APIs.

Node Parameters

  • Origin Address: The starting point address
  • Destination Address: The endpoint address
  • Geolocation API 1 URL: URL for the first geolocation service (e.g., OpenStreetMap)
  • Geolocation API 1 Key: API key for the first service (if required)
  • Geolocation API 2 URL: URL for the second geolocation service (e.g., OpenRouteService)
  • Geolocation API 2 Key: API key for the second service

Output

  • Distance in meters
  • Duration in seconds
  • Formatted distance in kilometers
  • Formatted duration in minutes
  • Formatted duration in HH:MM:SS format

Resources

Version history

0.1.0

  • Initial release

Discussion