Listen to a Spotify podcast with integrated music, links & infos. This repository is (at the moment) specifically for the podcast Fest & Flauschig.
Spotify announced "Shows with Music" which is exactly what I intended to build with guterpodcast but in way better - and natively integrated in the Spotify App. Give it a try - I personally like it a lot! As it is only avaible for selected original Spotify podcasts I won´t archive this project yet. On the other side there won´t be new features or bigger plans for extending this project in the future as there is a better solution now.
This web app uses the Spotify Web Playback SDK to play podcasts and songs in the browser. If the SDK is not available on the current device it uses the Spotify API as a fallback to controll Spotify on any other Device. All infos, links & songs were manually created and are stored in an Airtable. Basically this app interrupts the current podcast at a specified time to play songs. When the songs are over it will again play the podcast, but now starting at the point where it was interrupted.
To debug/run this repository in your local environment you can choose between using Yarn or Vercel CLI.
Install and setup Yarn, a package manager for JavaScript node modules.
Setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint
Disclaimer: This only make sense if you have a Vercel Account and if you plan to use you own data. Please inform yourself about the company and their terms of service before creating an account or using their software.
Install and setup Vercel CLI
Setup
now
Compiles and hot-reloads for development
now dev