RSSHub/lib/v2/fx-markets/radar.js

32 lines
1.0 KiB
JavaScript

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