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
npm install chula-util
or yarn add chula-util
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 */
To be added...
Version | Tag | Published |
---|---|---|
1.1.5 | latest | 2yrs ago |