npm-lolapi
v0.1.3
Published
npm lolapi module
Downloads
5
Readme
lolapi
A Node module for League of Legend's API
Team
- Owner: Justin (Digikid13) Cruz
Table of Contents
Installation
npm install npm-lolapi --save
Usage
var api = require('npm-lolapi')({
key: 'key-here',
loc: 'na'
});
// API docs comming soon!
api.match.info(1531452956, function(err, data) {
console.log(err, data);
});