sw-jobs-go/readme.md

14 lines
340 B
Markdown
Raw Normal View History

2024-06-08 14:11:40 +00:00
# The Hub Scraper
This is a simple scraper that extracts job details from the [The Hub](https://thehub.io) website.
## Usage
To run the scraper, simply execute the following command:
```bash
go run scraper.go
```
The scraper will create a `jobs.json` file in the current directory, which contains a list of job details in JSON format.