Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ KU-Table Public
forked from Noboomta/KU-Table

ตารางเรียนที่อยากได้จากเว็บ KU จัดทำโดยไม่แสวงผลประโยชน์จากผู้ใช้ ขอให้ทุกคนใช้อย่างมีความสุขครับ

License

Notifications You must be signed in to change notification settings

zanut/KU-Table

 
 

Repository files navigation

KU-TABLE

ตารางเรียนที่อยากได้จากเว็บ KU
เซฟตารางไปใช้ได้เลยครับ 🤝🏻

ku-table

https://ku-table.vercel.app

Example PNG Table

example-table

Website ku-table.vercel.app GitHub contributors PRs Welcome

GitHub issues GitHub issues-closed GitHub pull-requests GitHub pull-requests closed

Watch on GitHub Star on GitHub

หมายเหตุ

ทาง dev ไม่มีการเก็บค่า username password และไม่มีตังจ่ายค่า server database
มีเพียงการนับจำนวนคนใช้งานผ่านการเก็บ cache stdId มีการ log ชั้นปีและคณะของผู้ใช้งานเพื่อทราบกลุ่มผู้ใช้
ตรวจสอบโค้ดได้ที่ https://github.com/Noboomta/KU-Table-server
จุดประสงค์ของ dev อยากให้มี ตารางเรียน บนหน้าเว็บของมหาลัย ไม่ได้มีเจตนาหาผลประโยชน์ใดๆจากผู้ใช้
ทาง dev ยินดีให้โค้ดทั้งหมดแก่มหาลัยเพียงทำตาม Getting started with this app.

ที่มาข้อมูล

https://www.ku.ac.th/th/bachelor-degree
https://registrar.ku.ac.th/cur/all
https://registrar.ku.ac.th/wp-content/uploads/2017/...
https://github.com/marsDev31/KUnit

Getting started with this app.

Clone this repository

git clone https://github.com/Noboomta/Ku-table.git

Install dependencies using yarn

if you don't have yarn. Please install it first by

npm install --global yarn
# or
brew install yarn

install project's dependencies

yarn

after this step, you will get node_modules folder in the root of the project.

add .env file

VUE_APP_BASE_SERVER_URL=https://<your-server-domain>

Compiles and hot-reloads for development

yarn serve

the applciation will run at localhost:8080

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

About

ตารางเรียนที่อยากได้จากเว็บ KU จัดทำโดยไม่แสวงผลประโยชน์จากผู้ใช้ ขอให้ทุกคนใช้อย่างมีความสุขครับ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 69.8%
  • JavaScript 12.6%
  • CSS 9.5%
  • HTML 7.9%
  • Shell 0.2%