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
- Host: GitHub
- URL: https://github.com/ldd/hn_comments_game
- Owner: ldd
- License: mit
- Created: 2020-05-12T16:35:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-15T15:12:43.000Z (about 6 years ago)
- Last Synced: 2025-02-07T21:18:20.054Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 145 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```