Live data from Hacker News

Show HN: Hacker News but it's only the comments with none of the context

hackernoise.com

1–4 of 4 posts

Re: Show HN: Hacker News but it's only the comments with none of the context

#4
post #2

Can you describe the tech stack behind the site?

Sure! It's a NextJS app that pulls data from the public HN api https://github.com/HackerNews/API . The source for it is here: https://github.com/chiptopher/hackernoise

Sweet! Cool that it's on Github.