# @sparanoid/eop-extractor-rss

Extract RSS feeds to JSON format.

## Features

- Simple, fast, ESM by default
- Minimal dependencies, HTTPS requests by [got](https://github.com/sindresorhus/got)

## Usage

```js
import extract from '@sparanoid/eop-extractor-qq-music';

const resp = await extract(`https://sparanoid.com/feed.xml`);

console.log(resp.feed.title);
//=> Sparanoid
```

## License

AGPL-3.0
