A command line tool index job postings from Hacker News using the Hacker News API from Firebase and Bleve.
- Build with
go build
- Then run with
./HackerJobs
- Build with
docker build -t hacker_jobs .
- Then run with
docker run hacker_jobs
With pre-build Docker image from ghcr.io
- To download and run, use
docker run ghcr.io/amscotti/hackerjobs:main
Usage of ./HackerJobs:
-c int
Count of posting to be return (default 100)
-j int
Job posting ID from HackerNews (default 32677265)
-q string
Text to search for in postings (default "+text:golang +text:remote")