Files
RSSHub/lib/v2/hackmd/radar.js
kaiix 7e3e034b56 feat(route): hackmd (#11560)
* Add HackMD RSS source

* Adapt to v2 router & minor fixes

Co-authored-by: Yukai Huang <yukaihuangtw@gmail.com>
2023-01-08 02:30:17 +08:00

14 lines
355 B
JavaScript

module.exports = {
'hackmd.io': {
_name: 'HackMD',
'.': [
{
title: 'Profile',
docs: 'http://docs.rsshub.app/programming.html#hackmd',
source: ['/:profile'],
target: (params) => `/hackmd/profile/${params.replace('@', '')}`,
},
],
},
};