Files
RSSHub/lib/v2/bytes/radar.js
Martin Meixger 0572e4a59e feat(route): add ui.dev newsletter archives: reactnewsletter.com and bytes.dev (#11499)
* feat(route): add ui.dev reactnewsletter.com and bytes.dev

* fix(route): split reactnewsletter.com and bytes.dev into separate routes

* fix(route): typo

* fix: add missing radar and maintainer.js
2022-12-29 00:20:50 +08:00

14 lines
345 B
JavaScript

module.exports = {
'bytes.dev': {
_name: 'ui.dev',
'.': [
{
title: 'BYTES - Your weekly dose of JS',
docs: 'https://docs.rsshub.app/en/programming.html#ui-dev-bytes',
source: ['/archives', '/'],
target: '/bytes',
},
],
},
};