0.0.4 • Published 22 days ago

league-of-legends-api-wrapper v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
22 days ago

league-of-legends-api-wrapper

The purest wrapper over the league of legends api

Feature

api☑️
CHAMPION-V3
CLASH-V1
LEAGUE-EXP-V4
LEAGUE-V4
LOL-STATUS-V4
MATCH-V5
SPECTATOR-V4
SUMMONER-V4

Using

import LeagueOfLegendsAPI from 'league-of-legends-api-wrapper'

const lol = new LeagueOfLegendsAPI({
    token: 'riot games api token with access to league of legends api',
    region: 'kr',
})

riot.lol.status.get().then(console.log).catch(console.error)

Documentation

LeagueOfLegendsAPILeagueOfLegendsAPIOptions

  • token is required, to get it, follow the Riot Developer Portal
  • region is required, available: 'br1', 'eun1', 'euw1', 'jp1', 'kr', 'la1', 'la2', 'na1', 'oc1', 'ph1', 'ru', 'sg2', 'th2', 'tr1', 'tw2', 'vn2'
0.0.4

22 days ago

0.0.3

30 days ago

0.0.2

30 days ago

0.0.1

30 days ago