Skip to content

t6tg/thai-university

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2bab9c7 · Feb 22, 2022

History

23 Commits
Oct 24, 2020
Oct 23, 2020
Oct 23, 2020
Oct 24, 2020
Oct 24, 2020
Oct 25, 2020
Feb 22, 2022
Oct 24, 2020
Oct 24, 2020
Feb 22, 2022
Feb 22, 2022

Repository files navigation

thai-university

Thai-University

All Thailand University Name. | รายชื่อมหาวิทยาลัยทั้งหมดในประเทศไทย

Installation

npm install thai-university

Example

const { getUniversities } = require("thai-university");
/*
    example data
    data : [
        .
        .
        {
            uid: '64',
            th_name: 'มหาวิทยาลัยเทคโนโลยีพระจอมเกล้าพระนครเหนือ',
            en_name: "King Mongkut's University of Technology North Bangkok",
            short_name_th: 'มจพ.',
            short_name_en: 'KMUTNB'
        },
        .
        .
    ]
*/
const data = getUniversities();
console.log(data);