Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 341 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 341 Bytes

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 }]
    ]]
];