RSSHub/lib/v2/alternativeto/radar.js

20 lines
640 B
JavaScript

module.exports = {
'alternativeto.net': {
_name: 'AlternativeTo',
www: [
{
title: 'Software Alternatives',
docs: 'https://docs.rsshub.app/routes/programming#alternativeto-software-alternatives',
source: '/software/:name',
target: '/software/:name',
},
{
title: 'Platform Software',
docs: 'https://docs.rsshub.app/routes/programming#alternativeto-platform-software',
source: '/platform/:name',
target: '/platform/:name',
},
],
},
};