Files
RSSHub/lib/v2/hellogithub/radar.js
mokevip8 e4c6dabf70 feat(route): 增加HelloGithub的RSS订阅 (#8879)
* 增加HelloGithub的RSS订阅

* refactor: migrate to v2

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-03-04 13:21:50 +08:00

26 lines
887 B
JavaScript

module.exports = {
'hellogithub.com': {
_name: 'HelloGitHub',
'.': [
{
title: '文章列表',
docs: 'https://docs.rsshub.app/programming.html#hellogithub',
source: ['/article', '/article/?url=/periodical/volume/'],
target: '/hellogithub/article',
},
{
title: '编程语言排行榜',
docs: 'https://docs.rsshub.app/programming.html#hellogithub',
source: '/report/:type/?url=/periodical/volume/',
target: '/hellogithub/ranking/:type',
},
{
title: '月刊',
docs: 'https://docs.rsshub.app/programming.html#hellogithub',
source: '/periodical/volume/',
target: '/hellogithub/month',
},
],
},
};