0.1.4 • Published 10 years ago

infinite-crisis v0.1.4

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
10 years ago

Infinite Crisis Data API

Build Status

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:

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.

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago