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: 14 days 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/[email protected]/
```

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