Categorygithub.com/dissurender/hn-go
module
0.0.0-20250131144322-2e434f4a1738
Repository: https://github.com/dissurender/hn-go.git
Documentation: pkg.go.dev

# README

HN-Go

Description

Hn-go is an Proxy API to ingest and clean data from HackerNews created by ycombinator

  • I built this project to have a more accessible API for HN
  • This project ingests and creates a local cache of http response data from HN's firebase API.
  • Using this code structure, I focused on cleaning up the responses to be friendlier for clients to parse with minimal fetching.
  • Learned concepts: Chunked API responses, local caching structures

Table of Contents

Features

  • Built-in cache for quick access to clean data
  • Concurrent api calls to greatly increase speed vs Node

Usage

To run locally use go run cmd/main.go in your terminal

# Packages

No description provided by the author
No description provided by the author
No description provided by the author