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

https://github.com/deebloo/streaming-dashboard


https://github.com/deebloo/streaming-dashboard

Last synced: about 1 year 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
```