npm-lolapi

0.1.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i npm-lolapi

Weekly Downloads

0

Version

0.1.3

License

MIT

Last publish

Collaborators

  • digikid13