Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 581 Bytes

File metadata and controls

23 lines (13 loc) · 581 Bytes

hn-reader

A simple interface for reading the top 10 daily Hacker News articles from Hacker News Daily. Helps you keep track of what you have vs have not read.

Screenshot of main UI

Running:

go run main.go

Deploying

go mod download

CGO_ENABLED=1 GOOS=linux go build -o hn-reader

docker build -t hn-reader .

docker compose up -d

Verify that /var/www/hn-reader/db is created on the host.