How It Works
- A Go script (
main.go) uses chromedp to open quotes.toscrape.com. - The script scrapes the first 10 quotes rendered with JavaScript.
- The data is saved to a file:
public/data.json. - A GitHub Actions workflow (
.github/workflows/scrape.yml) runs the Go script on a schedule. - The workflow automatically commits
data.jsonif new data is found. - This page loads and displays the scraped results below.