Add github contributors

done: "New" contributors, ordered by commit number ascended
todo: Optional "top" contributors
This commit is contained in:
Linghao Zhang
2020-03-20 15:08:36 +08:00
parent af20226677
commit 17de3a13a8
5 changed files with 101 additions and 0 deletions

View File

@@ -275,6 +275,8 @@ router.get('/github/search/:query/:sort?/:order?', require('./routes/github/sear
router.get('/github/branches/:user/:repo', require('./routes/github/branches'));
router.get('/github/file/:user/:repo/:branch/:filepath+', require('./routes/github/file'));
router.get('/github/starred_repos/:user', require('./routes/github/starred_repos'));
router.get('/github/contributors/:user/:repo/:anon?', require('./routes/github/contributors'));
// f-droid
router.get('/fdroid/apprelease/:app', require('./routes/fdroid/apprelease'));