Real-Time ISS Position Updates Every Minute - n8n Workflow | Neura Market
Real-Time ISS Position Updates Every Minute
Polls the ISS position API every minute, extracts coordinates, and filters for new data only using static workflow storage to avoid duplicates.
This n8n workflow automates monitoring the International Space Station (ISS) position by triggering every minute via a Cron node. It fetches live data from a public API using an HTTP Request node, extracts essential fields like timestamp, latitude, and longitude in a Set node, and employs a Function node to intelligently deduplicate data by comparing against previously stored static data. Only new positions are passed forward, ensuring efficient processing without redundant notifications.
The c
Platform
n8n
Category
Finance & Accounting
Price
$5.99
Creator
Fred Garcia
ISS
space tracking
polling
cron
API
deduplication
static data
monitoring
real-time
n8n function
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.