Track ISS Position Every Minute & Push to Firebase - n8n Workflow | Neura Market
Track ISS Position Every Minute & Push to Firebase
Fetches International Space Station (ISS) position every minute via API and stores latitude, longitude, and timestamp in Firebase Realtime Database.
This workflow automates the collection of real-time position data for the International Space Station (ISS). It uses a Cron node to trigger every minute, making an HTTP request to the Where The ISS At API (satellite ID 25544) with the current timestamp to retrieve the latest coordinates. The response is processed by a Set node, which extracts the latitude, longitude, and timestamp into a clean JSON structure.
The data is then pushed to a specified path ('iss') in Google Firebase Realtime Databa
Platform
n8n
Category
Other
Price
$9.99
Creator
Matt Buds
ISS
satellite tracking
Firebase
real-time data
cron automation
API polling
space data
geolocation
data collection
n8n workflow
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.