Polymer element to show RSS items
Intall:
bower install -S rss-itemsExample of use:
<rss-items
url="https://content.therapychat.com"
max="3"
></rss-items>Checkout the webcomponents page.
See CHANGELOG file.
Please read CONTRIBUTING file to follow good practices.
You will need NodeJS.
- Close the repo:
git clone git@github.com:TherapyChat/rss-items.git - Install dependencies:
npm install - Code!
- Test:
npm test - Create a Pull Request
<rss-items> is available under the Apache License 2.0. See the LICENSE file for more info.