Node.js - worddump
Dump data from a WordPress blog.
Why?
I don't like WordPress anymore. I want to write all of my blog posts in Markdown and control the look, feel, and templating of the results. However, my coding blog Procbits is still a WordPress blog. I need to migrate it.
Installation
npm install worddump
Example
Example to quick dump your Wordpress blog:
var Worddump = batch = fs = var wd = url: 'http://yourwordpressblog.com' user: 'USER_NAME' password: 'PASSWORD';wd
API
getPostIds(callback)
getPost(postId,[filter],callback)
getComments(postId, callback)
getUsers(callback)
Resources
http://codex.wordpress.org/XML-RPC_WordPress_API
License
(MIT License)
Copyright 2012, JP Richardson jprichardson@gmail.com