This repository contains a simple Python script that retrieves the daily weather
forecast for Tokyo using the Open-Meteo API. The
result is saved to weather.json.
pip install -r requirements.txt
python weather.pyThe output file weather.json will contain the current timestamp and the API
response.
A GitHub Actions workflow is included to fetch the weather every day at 00:00 UTC and commit the result back to the repository. You can trigger it manually from the Actions tab as well.