Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sinchang/podvoic

Discover, listen, and engage with the most captivating podcasts from diverse genres in one place.
https://github.com/sinchang/podvoic

podcast podcastindex rss

Last synced: 7 days ago
JSON representation

Discover, listen, and engage with the most captivating podcasts from diverse genres in one place.

Awesome Lists containing this project

README

        

## Podvoic

> Discover, listen, and engage with the most captivating podcasts from diverse genres in one place.

It is built with:

- [Next.js](https://nextjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)

## Getting Started

You need to update the env.

```dotenv
PODCAST_INDEX_API_KEY=
PODCAST_INDEX_API_SECRET=
NEXT_PUBLIC_OG_URL=http://localhost:3000
```

## Running Locally

```bash
pnpm install
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Credit

The repo is based on [cali-fm](https://github.com/CaliCastle/cali-fm)