Skip to content

A Rust-based application that analyzes your GitHub commit history and correlates it with historical weather data. Gain valuable insights into your coding habits and how they relate to weather conditions.

License

Notifications You must be signed in to change notification settings

FredHappyface/GHWeatherInsights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GHWeatherInsights

Work in progress

A Rust-based application that analyses your GitHub commit history and correlates it with historical weather data. Gain valuable insights into your coding habits and how they relate to weather conditions.

Example

Add .env or env.json

{
	"username": "fredhappyface",
	"password": "ghp_..."
}

Run cargo run gh_weather_insights

Example output:

Username: fredhappyface
Number of public_events 100
Date: 2024-03-30, Count: 79, Weather: Weather { temperature: 10.0, conditions: "sunny" }
Date: 2024-03-29, Count: 7, Weather: Weather { temperature: 10.0, conditions: "sunny" }
Date: 2024-03-31, Count: 14, Weather: Weather { temperature: 10.0, conditions: "sunny" }

About

A Rust-based application that analyzes your GitHub commit history and correlates it with historical weather data. Gain valuable insights into your coding habits and how they relate to weather conditions.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages