Skip to content

Instantly share code, notes, and snippets.

@sayar
sayar / gist:5832606
Created June 21, 2013 16:54
wporg example
var wp = require('wporg');
var client = wp.createClient({
username: "username",
password: "password",
url: "http://example.com/xmlrpc.php"
});
client.getUsersBlogs(function(err, data){
if(err){