https://github.com/montanaflynn/codehn
Hacker news with only links from GitHub or GitLab.
https://github.com/montanaflynn/codehn
api cache clone golang hacker-news website
Last synced: 10 months ago
JSON representation
Hacker news with only links from GitHub or GitLab.
- Host: GitHub
- URL: https://github.com/montanaflynn/codehn
- Owner: montanaflynn
- Created: 2018-03-30T13:45:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T21:12:48.000Z (about 8 years ago)
- Last Synced: 2025-04-11T04:03:34.317Z (about 1 year ago)
- Topics: api, cache, clone, golang, hacker-news, website
- Language: Go
- Homepage: https://code.hn
- Size: 17.6 KB
- Stars: 30
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code HN
Hacker news with only links from GitHub or GitLab.
__Demo__: [code.hn](https://code.hn)
### Usage
```
$ go run main.go &
$ curl localhost:8080
```
### TODOS
- Add a filter for programming language using github's own API
- Use channels for results / errors from individual story API requests
- Use some internal scheduler that keeps all the stories in a cache
- Use brute force to ensure we have at least 30 stories for all pages