Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 657 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 657 Bytes

movie-crawl

Installation

npm install --frozen-lockfile

Test

  • npm test

  • Change request, theater, theaterLink in _test function and play!

TimeTable test 인 경우

{
  request: 'timetable',
  theater: 'megaBox' | 'cgv' | 'lotte',
  theaterLink: ''
  // ex: megabox: /theater/time?brchNo=1372(강남)
  // ex: cgv: /theaters/?theaterCode=0056(강남)
  // ex: lotte: '영화관 이름' (Naver 검색을 사용하기 때문)
}

Movie crawling for use in AWS Lambda

  • Deploy when merge in master by serverless