Files
RSSHub/lib/v2/fx-markets/radar.js
Jiefu ace2b69f3e feat(route): 添加路由 FX-Markets.com (#9801)
* Add a new router for fx-markets.com

* Correct link to doc in radar definition

* Add en docs for fx-markets.com

* Update docs section title as suggested

* Use parseDate instead of date; remove unnecessary async as suggested
2022-05-24 00:02:50 +08:00

32 lines
1.0 KiB
JavaScript

module.exports = {
'fx-markets.com': {
_name: 'FX-Markets',
'.': [
{
title: 'Trading',
docs: 'https://docs.rsshub.app/finance.html#fx-markets',
source: '/trading',
target: '/fx-markets/trading',
},
{
title: 'Infrastructure',
docs: 'https://docs.rsshub.app/finance.html#fx-markets',
source: '/infrastructure',
target: '/fx-markets/infrastructure',
},
{
title: 'Tech and Data',
docs: 'https://docs.rsshub.app/finance.html#fx-markets',
source: '/tech-and-data',
target: '/fx-markets/tech-and-data',
},
{
title: 'Regulation',
docs: 'https://docs.rsshub.app/finance.html#fx-markets',
source: '/regulation',
target: '/fx-markets/regulation',
},
],
},
};