Playcast is an application for searching and listening to podcasts based on iTunes Search API and RSS feed parsing
Clone the project
git clone https://github.com/yverby/playcast.git
Go to the project directory
cd playcast
Copy env variables from .env.example
to .env.local
file
cp .env.example .env.local
Install dependencies
yarn install
Start the project
yarn dev