Skip to content

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

License

Notifications You must be signed in to change notification settings

dragonnodejs/wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published