TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: GoHN – Hacker News API Wrapper for Go

1 pointsby call-me-alover 2 years ago

1 comment

call-me-alover 2 years ago
I know, I know, you don&#x27;t need an external package just to interface with the HN API.<p>Nevertheless, I needed this to make my life easier in a project I&#x27;m working on, so, here you go.<p>This package provides a wrapper for the Firebase Hacker News API [1] in Go.<p>Besides the obvious callouts to the documented endpoints, it also provides utilities functions that can be useful when working with data returned from this API.<p>I&#x27;m a beginner at Go, so feedback to improve my skills is more than welcome. Together with PRs to the repo, of course!<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;HackerNews&#x2F;API" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;HackerNews&#x2F;API</a>