Loading projects...
Loading projects...
## Google-Trends A command-line tool built in Go to fetch and parse trending topics from Google Trends RSS feeds. It performs HTTP requests to retrieve XML data, parses the XML to extract trend information, and outputs structured trend data. The tool features modular CLI logic with strong typed data handling for maintainability and clarity.
A Go CLI tool for parsing Google Trends RSS feeds