Course Crawler for National Taiwan Normal University.
- Node.js 14+
- Download (clone, fork) this repository
- Run one of
npm i
,yarn
orpnpm i
, depending on your package manager - Run
npm start
,yarn start
, orpnpm start
, depending on your package manager
All data is stored in the data
folder under the current working directory.
The schemata of parsed json are provided by ntnu-course
package, which is located in the node_modules
folder.
If you only need the data without crawling by yourself, you can use the data in the data
branch.
MIT License (c) 2022 JacobLinCool