Skip to content

A script to get course data from NCU Course Schedule Planning System, and update open api course database.

License

Notifications You must be signed in to change notification settings

NCU-Plus/course-fetcher

 
 

Repository files navigation

Course Fetcher

About

This is a script to get course data from NCU Course Schedule Planning System, and update open api course database.

Installation

Clone The Repository

git clone https://github.com/NCU-Plus/course-fetcher.git

Set Envirment variables

.env

HOST=localhost
DATABASE=Courses
USER=CourseFetcher
PASSWORD=test

Run

npm i
npm run build
npm run start

About

A script to get course data from NCU Course Schedule Planning System, and update open api course database.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.5%
  • JavaScript 4.5%