UNPKG
bundlecamper-xbox-live
Version:
latest (0.0.10-alpha)
0.0.10-alpha
0.0.9-alpha
0.0.8-alpha
A utility for fetching xbox live gamer data
github.com/khrome/xbox-live
bundlecamper-xbox-live
/
demo.js
5 lines
•
151 B
JavaScript
View Raw
1
2
3
4
5
var
XBoxLive
=
require
(
'./xbox-live'
);
var
api =
new
XBoxLive
(); api.
fetch
(
'games'
,
'Major+Nelson'
,
function
(
data
){
console
.
log
(
'return'
, data); })