0.1.3 • Published 10 years ago

npm-lolapi v0.1.3

Weekly downloads
7
License
MIT
Repository
github
Last release
10 years ago

lolapi

A Node module for League of Legend's API

Team

  • Owner: Justin (Digikid13) Cruz

Table of Contents

  1. Installation
  2. Usage
  3. Team

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);
});
0.1.3

10 years ago

0.1.2

10 years ago

0.0.1

10 years ago