RSSHub/lib/v2/nber/radar.js

20 lines
630 B
JavaScript

module.exports = {
'nber.org': {
_name: 'National Bureau of Economic Research',
'.': [
{
title: 'New working paper',
docs: 'https://docs.rsshub.app/en/journal.html#national-bureau-of-economic-research',
source: ['/papers'],
target: '/nber/news',
},
{
title: 'All working paper',
docs: 'https://docs.rsshub.app/en/journal.html#national-bureau-of-economic-research',
source: ['/papers'],
target: '/nber/papers',
},
],
},
};