feat: 添加谷歌学术引用♥️ (#2565)

* 添加路由動漫狂|add router for (https://www.cartoonmad.com)

* change carriages to lf

* use prettier

* add info to docs/readme.md

* adding route for google scholar citation

* formation

* remove promise all
This commit is contained in:
Huang Kan
2019-07-08 21:58:30 +08:00
committed by DIYgod
parent d166ef3d74
commit 37c25b42dc
3 changed files with 60 additions and 0 deletions

View File

@@ -460,6 +460,7 @@ router.get('/fir/update/:id', require('./routes/fir/update'));
router.get('/nvidia/webdriverupdate', require('./routes/nvidia/webdriverupdate'));
// Google
router.get('/google/citations/:id', require('./routes/google/citations'));
router.get('/google/scholar/:query', require('./routes/google/scholar'));
router.get('/google/doodles/:language?', require('./routes/google/doodles'));