Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.
/ guterpodcast Public archive

Listen to Fest & Flauschig with integrated music, links & infos

License

Notifications You must be signed in to change notification settings

tudi2d/guterpodcast

Repository files navigation

guterpodcast.de

Listen to a Spotify podcast with integrated music, links & infos. This repository is (at the moment) specifically for the podcast Fest & Flauschig.

guterpodcast Demo GIF

Note

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.

📻 general.

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.

💻 development.

To debug/run this repository in your local environment you can choose between using Yarn or Vercel CLI.

yarn.

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

vercel cli.

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