rsshub
Version:
Make RSS Great Again!
10 lines (8 loc) • 403 B
text/typescript
import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Scientific American',
url: 'scientificamerican.com',
categories: ['new-media'],
description: 'Scientific American is the essential guide to the most awe-inspiring advances in science and technology, explaining how they change our understanding of the world and shape our lives.',
lang: 'en',
};