Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sinchang/podvoic
- Owner: sinchang
- License: mit
- Created: 2023-07-26T06:33:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T06:15:13.000Z (about 1 year ago)
- Last Synced: 2024-12-23T04:47:31.844Z (11 days ago)
- Topics: podcast, podcastindex, rss
- Language: TypeScript
- Homepage: https://podvoic.com
- Size: 12.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)