0.3.0 • Published 3 years ago

node-riotapi v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

node-riotapi

Latest Stable Version License NPM Downloads

본 라이브러리는 Node.js 환경에서 이용할 수 있는 Riot 오픈 API 라이브러리입니다.

설치

npm install node-riotapi

API key가 필요합니다!

지역

PLATFORMHOSTREGIONHOST
BRbr1.api.riotgames.comAMERICASamericas.api.riotgames.com
EUNeun1.api.riotgames.comASIAasia.api.riotgames.com
EUWeuw1.api.riotgames.comEUROPEeurope.api.riotgames.com
JPjp1.api.riotgames.com
KRkr.api.riotgames.com
LANla1.api.riotgames.com
LASla2.api.riotgames.com
NAna1.api.riotgames.com
OCEoc1.api.riotgames.com
TRtr1.api.riotgames.com
RUru.api.riotgames.com

예시

import { Lol } from 'node-riotapi';

const lol = new Lol({ apiKey: 'API key를 넣어주세요!', region: 'kr' });

async function getSummonerByName() {
  const summonerInfo = await lol.getSummonerByName('대덕sw마이스터고');
  console.log(summonerInfo);
}

getSummonerByName();
0.1.0

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.1.2

3 years ago

0.0.3

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.0.2

3 years ago

0.2.3

3 years ago

0.1.4

3 years ago

0.2.2

3 years ago

0.1.3

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago