RSSHub/lib/routes/raspberrypi/namespace.ts

10 lines
208 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Raspberry Pi',
url: 'raspberrypi.com',
categories: ['programming'],
description: '',
lang: 'en',
};