Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikea/hnoverload
https://github.com/mikea/hnoverload
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikea/hnoverload
- Owner: mikea
- License: apache-2.0
- Created: 2015-05-26T05:59:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-19T04:27:32.000Z (about 8 years ago)
- Last Synced: 2024-10-14T18:32:31.318Z (3 months ago)
- Language: JavaScript
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```