thai-university
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

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);

Dependents (0)

Package Sidebar

Install

npm i thai-university

Weekly Downloads

0

Version

1.2.3

License

MIT

Unpacked Size

18.5 kB

Total Files

7

Last publish

Collaborators

  • thanawatgulati