tudi2d / guterpodcast

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

Home Page:https://guterpodcast.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://guterpodcast.vercel.app/

License:GNU General Public License v3.0


Languages

Language:Vue 69.9%Language:JavaScript 22.1%Language:HTML 4.4%Language:CSS 3.6%