Skip to content

Instantly share code, notes, and snippets.

@mattjenks
Last active July 14, 2025 12:09
Show Gist options
  • Save mattjenks/3c8cc81f5181a5353e785746367e9ee6 to your computer and use it in GitHub Desktop.
Save mattjenks/3c8cc81f5181a5353e785746367e9ee6 to your computer and use it in GitHub Desktop.
{
"temperature": 87,
"weather": [
{
"date": "7/14/2025",
"temp": 77,
"conditions": "Clouds",
"icon": "04d"
},
{
"date": "7/15/2025",
"temp": 74,
"conditions": "Rain",
"icon": "10d"
},
{
"date": "7/16/2025",
"temp": 79,
"conditions": "Rain",
"icon": "10d"
}
],
"timestamp": "2025-07-14T12:09:17.365Z",
"updated_by": "GitHub Action"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment