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
- Host: GitHub
- URL: https://github.com/podverse/podverse-parser
- Owner: podverse
- License: gpl-3.0
- Created: 2023-12-09T06:42:04.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-27T20:53:09.000Z (about 1 year ago)
- Last Synced: 2025-04-27T21:32:09.309Z (about 1 year ago)
- Language: TypeScript
- Size: 383 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```