ec-soundcloud
v1.0.16
Published
Display Soundcloud Data
Downloads
6
Readme
EC-SOUNDCLOUD Module
An Apostrophe CMS module to provide customizable tools for soundcloud widgets.
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-soundcloud
Configuration
Include widget in projects' app.js file:
bundles: ['ec-soundcloud'],
modules: {
'ec-soundcloud': {},
'apostrophe-express': {
csrf: {
exceptions: ['soundcloud']
}
},
// ... other modules
}