A module to easily connect and call methods to the DC Infinite Crisis MOBA Game Data API.
npm install infinite-crisisInfinite Crisis Data API
===

If you're interested in seeing what we do with the service, please check out our game information site.
Usage
-----
Using the library requires only an API key:
``javascript`
InfiniteCrisisAPI = require("infinite-crisis");
api = new InfiniteCrisisAPI("Your API Key Here");
api.getChampionsV1({"shard":1}, function(err, response){
console.log(response);
});
###Obtaining an API Key
To obtain an API key, register for a WBID account and then private message a forum administrator in our forums.
Installing Via NPM
------------------
To install the module using npm:
```
npm install infinite-crisis --save
For more information about specific endpoints and getting started, refer to the wiki.