1.0.1 • Published 4 years ago

ec-anchor-podcast-widgets v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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.