Easily and distraction-free search through and watch all chapters in the Lex Fridman podcast.
As a big fan of the podcast, I just want to be able to watch and jump around the chapters in different episodes or search for specific topics.
Live app: https://lexpodcast.vercel.app/
- Node.js
- MySQL
copy .env.example
to .env
and fill in the values
cp .env.example .env
install dependencies
yarn
initialize database
yarn prisma migrate dev
start the server
yarn start:dev
mutation PodcastCron {
podcastCron
}
MIT License