An open API service indexing awesome lists of open source software.

https://github.com/deebloo/streaming-hacker-news


https://github.com/deebloo/streaming-hacker-news

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Streaming Hacker News

This repo demonstrates a hacker news reader using streaming HTML. Templating is handled with liquidjs and the card itself is a web component.

NOTE: nothing is optimized, this is only to demonstrate streaming.

```sh
npm run dev --watch
```