Skip to content

DestinyTheGame/destiny-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

destiny-api

A module that interact's with Bungie's Destiny API. Written in JavaScript so it can be used to build applications using:

  • Browser plugins
  • React-Native
  • PhoneGap
  • Titanium Appcelerator
  • Node.js / IO.js

Installation

npm install --save destiny-api

Usage

var destiny = new Destiny({ /* options */ });