/LOL-crawler

League Of Legend 프로 매치 크롤러

Primary LanguageTypeScript

LOL -Crawler

리그 오브 레전드 프로 경기를 크롤링 해주는 API입니다.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

# docker setting
$ docker-compose up