rsshub
Version:
Make RSS Great Again!
9 lines (7 loc) • 314 B
text/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.',
};