This commit is contained in:
2017-02-27 22:37:58 -06:00
parent 04947ad214
commit 93f6cbcc19
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)