1.2.0 • Published 10 years ago

dragonnodejs-wordpress v1.2.0

Weekly downloads
7
License
MIT
Repository
github
Last release
10 years ago

DragonNode.js Wordpress

Bundle with service to get the posts and the users from wordpress

Installation

  • Run npm install dragonnodejs-wordpress --save
  • Add the bundle to the "app.js":
let modules = [
    [require('dragonnodejs-wordpress'), [
        ['wordpress', { url: process.env.WORDPRESS_URL }]
    ]]
];
2.0.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago