Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 302 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 302 Bytes

ai-timetable-scraper

AI Timetable 用の授業データスクレイピングツールです.

Build

# install dependencies
$ yarn install

# compile ts files
$ yarn build

Run

# compile and debug
$ yarn start

Environments

  • Node.js v12.17.0
  • yarn v1.22.5