An open API service indexing awesome lists of open source software.

https://github.com/podverse/podverse-parser

The RSS parser system for podverse-parser
https://github.com/podverse/podverse-parser

Last synced: 11 months ago
JSON representation

The RSS parser system for podverse-parser

Awesome Lists containing this project

README

          

# podverse-parser
An RSS parser module used across various apps in the Podverse infrastructure.

## Developing Podverse modules

Podverse maintains several different modules which are imported across apps. Please read [Developing Podverse modules](https://github.com/podverse/podverse-ops/blob/master/docs/how-to-develop-podverse-modules.md) for a workflow you can use to make code changes to this module locally.

## Setup

```sh
yarn
```

## Development

```sh
yarn dev:watch
```