First running version

This commit is contained in:
qingjie.du
2026-03-30 17:39:13 +09:00
parent 5ffea3d849
commit bce2a5672c
67 changed files with 16503 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"location": "Tokyo",
"forecasts": [
{
"date": "2026-03-28",
"condition": "rainy",
"conditionJa": "雨",
"tempHigh": 14,
"tempLow": 9,
"precipitationMm": 12,
"precipitationProbability": 90,
"summary": "明日は一日を通して雨が降る見込みです。最高気温14度、傘の持参をお勧めします。"
}
],
"updatedAt": "2026-03-27T06:00:00Z"
}