All Projects → node-modules → metaweblog

node-modules / metaweblog

Licence: other
MetaWeblog API on Nodejs

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

MetaWeblog API on Nodejs

Install

$ npm install metaweblog

Usage

var MetaWeblog = require('metaweblog').MetaWeblog;
// use http://cnblogs.com
var blog = new MetaWeblog('http://www.cnblogs.com/fengmk2/services/metaweblog.aspx');
blog.getUsersBlogs('fawave', 'fengmk2', 'xxx', function(err, bloginfos) {
    console.log(bloginfos);
});
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].