Class

KoreaSoccer

KoreaSoccer()

Constructor

# new KoreaSoccer()

국내 축구 정보를 불러오는 클래스

Methods

# async getHistory(leagueType, date) → {Promise.<Information>}

주어진 날에 열린 해당 리그 경기를 가져온다

Parameters:
Name Type Description
leagueType KoreaSoccerLeague

찾고자 하는 리그

date Date

경기를 한 날짜

경기 결과를 배열 형태로 반환하는 Promise

Promise.<Information>
Example
const sh = new SportsHistory();
let data = await sh.koreaSoccer.getHistory("kleague", new Date("2020/02/20"));
console.log(data);

Type Definitions

string

# KoreaSoccerLeague

리그 이름
K리그 1 kleague
K리그 2 kleague2
국가대표 amatch
AFC 챔피언스 리그 acl