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

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

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
```