infinite-crisis

0.1.4 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i infinite-crisis

Weekly Downloads

1

Version

0.1.4

License

Apache-2.0

Last publish

Collaborators

  • jorshasaur