UNPKG
bgg
Version:
latest (1.0.1)
1.0.1
1.0.0
0.2.2
0.2.1
0.2.0
0.1.0
BoardGameGeek.com API client
github.com/monteslu/bgg
monteslu/bgg
bgg
/
test
/
index.js
9 lines
(5 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
bgg =
require
(
'../'
)();
var
log =
console
.
log
.
bind
(
console
);
var
error =
console
.
error
.
bind
(
console
);
bgg
(
'user'
, {
name
:
'monteslu'
,
guilds
:
1
}) .
then
(log, error);