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

https://github.com/ldd/hn_comments_game

Match HN Comments to their parent post https://hn.lddstudios.com
https://github.com/ldd/hn_comments_game

Last synced: about 1 year ago
JSON representation

Match HN Comments to their parent post https://hn.lddstudios.com

Awesome Lists containing this project

README

          

# HnCommentsGame

## Installation (Ubuntu 20.04)

1. Make sure you have an `.env` file (create it if necessary)
2. Clone this repo and run the install script:
```
git clone https://github.com/ldd/hn_comments_game.git
cp .env hn_comments_game/
chmod +x hn_comments_game/scripts/*.sh
hn_comments_game/scripts/install.sh
```