ec-anchor-podcast-widgets
v1.0.1
Published
Display podcast via the Anchor.fm service
Downloads
2
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.