Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikea/hnoverload


https://github.com/mikea/hnoverload

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Hacker News Overload

Digest site for Hacker News. NodeJs + Firebase + Polymer + Rx.

Deployed at https://hnoverload.aizatsky.com/

## Building & Running

```bash
docker build -t hnoverload .
```

## Development

```bash
npm install .
npm start
```