@podlove/clients

6.0.1-alpha.6 • Public • Published

Client Package

List of Podcast Clients active

id name app service android ios osx windows unix web
antenna-pod Antenna Pod
apple-podcasts Apple Podcasts
beyond-pod BeyondPod
castbox Castbox
castro Castro
clementine Clementine
deezer Deezer
downcast Downcast
google-podcasts Google Podcasts
gpodder gPodder
i-catcher iCatcher
instacast Instacast
instacast Instacast
overcast Overcast
player-fm Player.fm
pocket-casts PocketCasts
podcast-republic Podcast Republic
podcat Podcat
podcat Podcat
podscout Podscout
procast Procast
rss RSS
rss-radio RSSRadio
soundcloud Soundcloud
spotify Spotify
stitcher Stitcher
youtube Youtube

Usage

import clients from '@podlove/clients'
import { type, platform } from '@podlove/clients/types'

clients() // will return all clients

// Additive filtering for id, title (match), type and platform
clients({ id: 'apple-podcasts', title: 'Apple', type: type.service, platform: platform.web })
/**
 * [{
    title: 'Apple Podcasts',
    scheme: id => `https://podcasts.apple.com/podcast/${id}`,
    platform: platform.web,
    type: type.service,
    icon
 * }] 
 * / 

Dependencies (0)

    Dev Dependencies (8)

    Package Sidebar

    Install

    npm i @podlove/clients

    Weekly Downloads

    8

    Version

    6.0.1-alpha.6

    License

    MIT

    Unpacked Size

    150 kB

    Total Files

    36

    Last publish

    Collaborators

    • minus0
    • alexander-heimbuch