Skip to content

Conversation

@cowboyd
Copy link
Member

@cowboyd cowboyd commented Feb 4, 2025

Motivation

Make the podcast available as a via the revolution site.

Approach

set the SIMPLECAST_API_KEY environment variable in order to use the podcast episodes with the following operation:

yield* usePodcastEpisodes();

If the API key is not set, then you will see

simplecast: disabled

logged to the console.

@cowboyd cowboyd requested a review from elrickvm February 4, 2025 18:53
@netlify
Copy link

netlify bot commented Feb 4, 2025

Deploy Preview for frontside canceled.

Name Link
🔨 Latest commit c2a684b
🔍 Latest deploy log https://app.netlify.com/sites/frontside/deploys/67acef47a0a041000847a5cb

This makes the podcast available as a via the revolution site.

set the SIMPLECAST_API_KEY environment variable in order to use the
podcast episodes with the following operation:

```ts
yield* usePodcastEpisodes();
````
If the API key is not set, then you will see

```
simplecast: disabled
```

logged to the console.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants