UNPKG

wb

Version:

Another weibo API Node.js client.

22 lines (16 loc) 278 B
/**! * wb - lib/wb.js * * Copyright(c) 2014 fengmk2 and other contributors. * MIT Licensed * * Authors: * fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com) */ "use strict"; /** * Module dependencies. */ module.exports = Weibo; function Weibo(options) { }