Skip to content

Commit

Permalink
Merge pull request #4 from austin1237/update-interest
Browse files Browse the repository at this point in the history
adding typescript
  • Loading branch information
austin1237 authored Feb 4, 2024
2 parents de9d5f8 + 5fc9f3e commit 0f5fdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper/interest/interest.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

func checkIfInterested(description string) bool {
keywords := []string{"node", "nodejs", "node.js", "go ", "golang", "go,", "go)", "(go"}
keywords := []string{"typescript", "node", "nodejs", "node.js", "go ", "golang", "go,", "go)", "(go"}
// Check if keywords are present in the job's text
descriptionToLower := strings.ToLower(description)
for _, keyword := range keywords {
Expand Down

0 comments on commit 0f5fdbb

Please sign in to comment.