https://github.com/podverse/podverse-external-services
A collection of helpers for interacting with 3rd party external services, like AWS and Podcast Index API
https://github.com/podverse/podverse-external-services
Last synced: over 1 year ago
JSON representation
A collection of helpers for interacting with 3rd party external services, like AWS and Podcast Index API
- Host: GitHub
- URL: https://github.com/podverse/podverse-external-services
- Owner: podverse
- License: agpl-3.0
- Created: 2023-12-11T04:29:27.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-21T21:32:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T13:05:46.970Z (almost 2 years ago)
- Language: TypeScript
- Size: 187 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# podverse-external-services
A collection of helpers for interacting with 3rd party external services, like AWS and Podcast Index API.
## 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
```