RunKit + npm: bungienetplatformjs

node v6.17.1
endpointsharetweet
const BungieNet = require("bungienetplatformjs").default; const p = new BungieNet.Platform({ apiKey: "-api-key-here-" }); p.helloWorld().then(r => console.log(r.response)); //Hello World
Created from: https://runkit.com/npm/bungienetplatformjs
Loading…

no comments

    sign in to comment