Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 347 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 347 Bytes

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 */ });