Hello World

Runtime: Node.js

Dynamic time: 2026-04-01T12:45:38.492Z


Weather Data Structure

{
  "msg": "Hello from backend!",
  "location": "Karawara, Western Australia",
  "coordinates": {
    "lat": -32.00527147259732,
    "lon": 115.89430011396156
  },
  "weather": {
    "temperature": "19.7°C",
    "feelsLike": "18.5°C",
    "humidity": "72%",
    "precipitation": "0mm",
    "windSpeed": "18.1km/h",
    "isDay": false,
    "weatherCode": 1,
    "time": "2026-04-01T20:45"
  }
}