Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Revolutionize the podcast #419

Draft
wants to merge 3 commits into
base: production
Choose a base branch
from
Draft

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