1.0.12 • Published 5 years ago

scu-course-downloader v1.0.12

Weekly downloads
12
License
GPL-3.0
Repository
github
Last release
5 years ago

四川大学课表下载程序nodejs版

迁移到此项目

使用

yarn add scu-course-downloader
#or
npm install scu-course-downloader
const { saveToExcel } = require('scu-course-downloader')

;(async() => {
  await saveToExcel()
})()

下载途中会输出相应的信息

和以前版本的比较

减少了请求速度更快

1.0.12

5 years ago

1.0.10

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago