Go-based project designed to manage and display information about riders participating in equestrian events. It leverages libraries like goquery
and colly
for web scraping and data processing.
- Efficient data scraping using
colly
. - HTML parsing with
goquery
.
- Clone the repository to your local machine.
- Ensure all dependencies are installed using Go's module system.
- Build the project using Go's build tools.
Run the compiled application to start managing and displaying rider information for equestrian events.
- Go 1.23 or later
Run the test suite to ensure the code is functioning as expected.
This project is licensed under the MIT License. See the LICENSE
file for details.