ec-anchor-podcast-widgets

Display podcast via the Anchor.fm service

Usage no npm install needed!

<script type="module">
  import ecAnchorPodcastWidgets from 'https://cdn.skypack.dev/ec-anchor-podcast-widgets';
</script>

README

EC AnchorFM Podcast Widget

An Apostrophe CMS module to provide a simple podcast widget.

GETTING STARTED

Prerequisites

In order to use this module, you should have:

  • NPM
  • ApostropheCMS

Installing

From within your apostrophe project directory, run npm install --save ec-anchor-podcast

Include widget in projects' app.js file:

  modules: {
    'ec-anchor-podcast-widgets': {},
    // ... other modules
}

Configuration

// todo

License

This project is licensed under the MIT License - see the LICENSE.md file for details.