1.2.3 • Published 2 years ago

thai-university v1.2.3

Weekly downloads
1
License
MIT
Repository
-
Last release
2 years ago

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

2 years ago

1.2.2

2 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.0.2

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago