UNPKG
wb
Version:
latest (0.0.1)
0.0.1
Another weibo API Node.js client.
github.com/node-modules/wb
node-modules/wb
wb
/
lib
/
wb.js
22 lines
(16 loc)
•
278 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**! * 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
) { }