JSPM

@therapychat/rss-items

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q40139F
  • License Apache-2.0

Polymer element to show RSS items

Package Exports

  • @therapychat/rss-items

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@therapychat/rss-items) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Build status Published on webcomponents.org js-standard-style

<rss-items>

Polymer element to show RSS items

Intall:

bower install -S rss-items

Example of use:

<rss-items
  url="https://content.therapychat.com"
  max="3"
></rss-items>

Documentation

Checkout the webcomponents page.

Changelog

See CHANGELOG file.

Contributing

Please read CONTRIBUTING file to follow good practices.

You will need NodeJS.

  1. Close the repo: git clone git@github.com:TherapyChat/rss-items.git
  2. Install dependencies: npm install
  3. Code!
  4. Test: npm test
  5. Create a Pull Request

Contributors

License

<rss-items> is available under the Apache License 2.0. See the LICENSE file for more info.