1.4.0 • Published 7 years ago

lolstats-riotapi v1.4.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

lolstats-riotapi

npm install --save lolstats-riotapi

Usage

const RiotApi = require('lolstats-riotapi');

const api = new RiotApi('<YOUR-API-KEY>');

api.SummonerV3.getSummonerByName('EUW', 'Lobo Bot')
  .then(({data}) => {
    console.log(data);
  })
  .catch((err) => {
    console.error(err);
  });
1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago