Guardian API
Simplified access to Bungie's Destiny API including OAuth.
Example Usage
'use strict'; var bungie = ;var express = ;var fs = ;var sqlite3 = ;var https = ;var querystring = ;var db = ':memory:';var events = ; var app = ; // Tell Guardian API what our API key is was well as our app id.// The app id is used to generate the authroziation URLbungie;bungie; // When Guardian API receives new token data, either initially or// when it has refreshed the tokens because the access token expired// this function will be called. You can store the info and when the // visitor returns set the token data from the stored info saving you// the authorization stepvar { // handle new token data arriving, or don't console;} bungie; app; app; app; app; https;