A Node module for League of Legend's API
- Owner: Justin (Digikid13) Cruz
npm install npm-lolapi --save
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);
});