json path
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 27s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 27s
This commit is contained in:
parent
8a5e665f77
commit
bbb1c3f234
4
main.go
4
main.go
@ -90,7 +90,7 @@ func scrapeHub() {
|
|||||||
var (
|
var (
|
||||||
jobs []job
|
jobs []job
|
||||||
jobCount int
|
jobCount int
|
||||||
fName = "thehub.json"
|
fName = "/app/data/thehub.json"
|
||||||
maxJobs = 20
|
maxJobs = 20
|
||||||
baseUrl = "https://thehub.io"
|
baseUrl = "https://thehub.io"
|
||||||
searchString = "https://thehub.io/jobs?roles=frontenddeveloper&roles=fullstackdeveloper&roles=backenddeveloper&roles=devops&paid=true&countryCode=DK&sorting=newJobs"
|
searchString = "https://thehub.io/jobs?roles=frontenddeveloper&roles=fullstackdeveloper&roles=backenddeveloper&roles=devops&paid=true&countryCode=DK&sorting=newJobs"
|
||||||
@ -191,7 +191,7 @@ func scrapeItJobBank() {
|
|||||||
var (
|
var (
|
||||||
jobs []job
|
jobs []job
|
||||||
jobCount int
|
jobCount int
|
||||||
fName = "it-jobbank.json"
|
fName = "/app/data/it-jobbank.json"
|
||||||
maxJobs = 20
|
maxJobs = 20
|
||||||
baseUrl = "https://www.it-jobbank.dk"
|
baseUrl = "https://www.it-jobbank.dk"
|
||||||
searchString = "https://www.it-jobbank.dk/jobsoegning/udvikling"
|
searchString = "https://www.it-jobbank.dk/jobsoegning/udvikling"
|
||||||
|
Loading…
Reference in New Issue
Block a user