const dwordpress = require('dwordpress')('url');
dwordpress('query', (posts, users) => {
for (const post of posts) {
const user = users[post.author];
}
});
-
Notifications
You must be signed in to change notification settings - Fork 0
dnode/dwordpress
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Get posts and users from a wordpress instance with WP REST API plugin
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published