{
  "name": "Get real-time international space station visibility alerts with N2YO and Telegram",
  "nodes": [
    {
      "id": "4eea2793-24c3-4098-b54b-4487f24eb8b8",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -832,
        288
      ]
    },
    {
      "id": "6a75af37-a172-4d0f-a6d5-89cc08de29dc",
      "name": "Send a text message",
      "type": "n8n-nodes-base.telegram",
      "position": [
        -80,
        272
      ]
    },
    {
      "id": "c64e8558-eb90-4f57-8b37-7c92e92bacbc",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1024,
        288
      ]
    },
    {
      "id": "44a5a9e0-0047-440c-a92f-997dfdfdd6f3",
      "name": "Readable",
      "type": "n8n-nodes-base.code",
      "position": [
        -608,
        288
      ]
    },
    {
      "id": "bc732b70-7ead-43e0-8cc0-7695307b743e",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        -400,
        288
      ]
    },
    {
      "id": "4ca58327-6def-44bf-8dc0-84f094dc14e5",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -288
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Send a text message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Readable": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Readable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}