Clone and edit this document
Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
RunKit + npm: bungienetplatformjs
node v6.17.1
endpoint
share
tweet
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