Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

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