1
0
mirror of https://github.com/mgerb/top-of-reddit synced 2026-01-09 18:12:50 +00:00
This commit is contained in:
2017-02-27 22:37:58 -06:00
parent b4a33d08e7
commit d17aedc3b0
2 changed files with 22 additions and 18 deletions

View File

@@ -1,9 +1,9 @@
# Top of Reddit
- Every post that makes it to the front page of [r/all](http://reddit.com/r/all).
- Updated daily.
- Sorted by highest score achieved.
- Every post that makes it to the front page of [r/all](http://reddit.com/r/all)
- Updated daily
- Sorted by highest score achieved
- GoLang
- [BoltDB](https://github.com/boltdb/bolt) for persistance.
- [BoltDB](https://github.com/boltdb/bolt) for persistence
Inspired by [github-trending](https://github.com/josephyzhou/github-trending).
Inspired by [github-trending](https://github.com/josephyzhou/github-trending)