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.
- Host: GitHub
- URL: https://github.com/reload/podcast-widget
- Owner: reload
- License: agpl-3.0
- Archived: true
- Created: 2020-06-28T22:55:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T03:01:02.000Z (about 2 years ago)
- Last Synced: 2025-03-12T09:44:23.596Z (2 months ago)
- Language: JavaScript
- Size: 915 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.