1.1.5 • Published 4 years ago

chula-util v1.1.5

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Chulalongkorn University Utils

Collections of essentials functions for developers in Chulalongkorn University

Faculty IDs and Major codes can be browsed from : https://cas.reg.chula.ac.th/cu/general/PersonalInformation/Faculty/IndexDisplayFaculty.html

Installation

npm install chula-util or yarn add chula-util

Usage

import { getFaculty } from "chula-util";

const eng = getFaculty("21");
/* {
      code: "21",
      name_th: "คณะวิศวกรรมศาสตร์",
      name_en: "Faculty of Engineering",
    }
*/
const faculties = getFacultyList(); /* list of all faculties */

Contributions

To be added...

TODO

  • Student ID Parser
  • Faculty ID/ Name List (EN)
  • Faculty ID/ Name List (TH)
  • Faculty ID/ Name Lookup
  • Subject name Parser
1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago