Automate ISS Position Updates Every Minute - n8n Workflow | Neura Market
Automate ISS Position Updates Every Minute
This workflow automates the retrieval of the International Space Station's (ISS) position every minute, using n8n's static data capabilities and polling concept.
The workflow is designed to fetch the ISS's position every minute and identify new data points. It uses a Cron node to trigger the process, an HTTP Request node to call the ISS API, a Set node to format the data, and a Function node to compare and store new data. Users can extend this workflow to send updates to communication platforms like Mattermost or Slack.
Platform
n8n
Category
Internet of Things
Price
Free
Creator
Maya Nguyen
set
cron
function
httpRequest
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.