Files
RSSHub/lib/v2/usepanda/radar.js
lyrl f796ff1d54 feat(route): add panda feed (#11367)
* * feat: add panda feed

* * feat: document table inside the Route tag

* * feat: panda route Introduce limit parameter

* docs(ROUTE): add /panda/feeds/:id  parameter description

* refactor(ROUTE): Use a more appropriate path  /usepanda/feeds/:id   instead of  /panda/feeds/:id

* refactor(ROUTE): Remove non-existent attributes tags

* feat(ROUTE): fix limit param

* fix: add missing radar
2022-12-05 23:24:21 +08:00

12 lines
228 B
JavaScript

module.exports = {
'usepanda.com': {
_name: 'Panda',
'.': [
{
title: 'Feeds',
docs: 'https://docs.rsshub.app/other.html#panda',
},
],
},
};