{
  "name": "Track hourly weather conditions with OpenWeatherMap and Google Sheets",
  "nodes": [
    {
      "id": "472b4930-ac62-4adc-af65-4a3e46e18cac",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "a0fe192b-1b84-48d3-8896-c21f0fe26855",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        900,
        -140
      ]
    },
    {
      "id": "7cc21aa3-69bc-40d8-bea2-aee3bc27920c",
      "name": "Get Weather Data from OpenWeatherMap",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "373b6f87-cc09-412d-9293-c18c889c4f0a",
      "name": "If is raining",
      "type": "n8n-nodes-base.if",
      "position": [
        400,
        0
      ]
    },
    {
      "id": "01f1394c-9d53-4a5a-a4ab-6146b1872a91",
      "name": "Format the data",
      "type": "n8n-nodes-base.set",
      "position": [
        640,
        -140
      ]
    },
    {
      "id": "33cb4c1b-d10c-4010-b49c-057469ec20f3",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        -80
      ],
      "parameters": {
        "width": 380,
        "height": 260,
        "content": "### Get Weather information and see if it is raining"
      }
    }
  ],
  "connections": {
    "Google Sheets": {
      "main": [
        []
      ]
    },
    "If is raining": {
      "main": [
        [
          {
            "node": "Format the data",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "Format the data": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get Weather Data from OpenWeatherMap",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Weather Data from OpenWeatherMap": {
      "main": [
        [
          {
            "node": "If is raining",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}