Skip to content

tsuchiya-ryosuke/whether_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

253 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Fetcher

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.

Usage

pip install -r requirements.txt
python weather.py

The output file weather.json will contain the current timestamp and the API response.

Automated Daily Run

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages