An open API service indexing awesome lists of open source software.

https://github.com/reload/podcast-widget

A small widget that displays a list of episodes from a podcast.
https://github.com/reload/podcast-widget

Last synced: about 1 year ago
JSON representation

A small widget that displays a list of episodes from a podcast.

Awesome Lists containing this project

README

          

## Publishing a new version

```
yarn build && yarn publish
```

The widget can be used through the jsdelivr CDN which is a mirror of the npm registry.

```
https://cdn.jsdelivr.net/npm/@reloaddk/podcast-widget@0.0.1-rc.9/
```

All that is needed is a div with the correct propreties attached.
For an example see `dev.html`.