modulepackage
0.0.0-20240710074151-55dac69b1e24
Repository: https://github.com/jreisinger/tech-terms.git
Documentation: pkg.go.dev
# README
tech-terms
About
Search (technical) terms in job sites. Calculate number of job offers per term, store and plot (graph) the results. Job sites currently covered:
Installation and sample usage
$ go install
$ $(go env GOPATH)/bin/tech-terms search perl python ruby
Roadmap
- search for many terms quickly (goroutines)
- persist search results without duplicates (sqlite)
- find place where to store the DB (github,
local disk + backups) - show graphs on the Internet -> https://jreisinger.github.io/profesia-jobs-per-term/
- setup regular graphs updates
- add more job sites