Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 758 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 758 Bytes

garden-weather-alerts 🪴

Repository containing automated weather alerts for my garden using GitHub Actions, GitHub Copilot, and AccuWeather’s API.

This project checks the weather forecast for your location daily and creates GitHub issues with personalized gardening recommendations based on the forecasted conditions.

Features

  • Daily Weather Forecast: Fetches a 5-day weather forecast from AccuWeather.
  • Garden Alerts: Analyzes the forecast for conditions that might affect your garden (frost, heat, rain, drought).
  • GitHub Issues: Creates GitHub issues with detailed alerts and gardening advice.
  • Automation: Runs automatically on a schedule using GitHub Actions.

Want to build this yourself? Check out the How to here.