1.0.12 • Published 3 years ago

scu-course-downloader v1.0.12

Weekly downloads
12
License
GPL-3.0
Repository
github
Last release
3 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

3 years ago

1.0.10

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago