Polymer element to show Wordpress posts
Intall:
bower install -S wordpress-postsExample of use:
<wordpress-posts
url="https://wordpress.org/news"
max="4"
category-names="development, documentation"
></wordpress-posts>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/wordpress-posts.git - Install dependencies:
npm install - Code!
- Test:
npm test - Create a Pull Request
<wordpress-posts> is available under the Apache License 2.0. See the LICENSE file for more info.