RSSHub/lib/routes/coindesk/namespace.ts

9 lines
314 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'CoinDesk',
url: 'coindesk.com',
lang: 'en',
description: 'CoinDesk is a news site specializing in bitcoin and digital currencies, delivering news, analysis, and information about the blockchain ecosystem.',
};