1.0.11 • Published 1 month ago

check-mm-nrc v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

Check MM NRC

Myanmar NRC Checker

const result = checkMyanmarNRC('12/LaMaTa(N)123456')
/**
 * 
 * {
 *      type:  N
 *      typeInLetter: 'C' | 'A' | 'NAT'
 *      number: 123456
 *      township: LaMaTa
 *      state: 12
 *      isValid: true
 *      defination: {
*           "id": "255",
*           "name_en": "LaMaTa",
*           "name_mm": "(လမတ) လမ်းမတော်",
*           "nrc_code": "12",
*           "created_at": "2019-01-31 20:03:06",
*           "updated_at": "2019-01-31 20:03:24"
*       },
 * }
 * 
*/

getNRCTownshipByState()

Get Township by states

const townships = getNRCTownshipByState(12);
/**
 * 
 * [
 *      {
 *          "id": "255",
 *          "name_en": "LaMaTa",
 *          "name_mm": "(လမတ) လမ်းမတော်",
 *          "nrc_code": "12",
 *          "created_at": "2019-01-31 20:03:06",
 *          "updated_at": "2019-01-31 20:03:24"
 *      },
 *      {
 *          "id": "231",
 *          "name_en": "AaLaNa",
 *          "name_mm": "(အလန) အလုံ",
 *          "nrc_code": "12",
 *          "created_at": "2019-01-31 20:03:06",
 *          "updated_at": "2019-01-31 20:03:06"
 *      },
 *      ...
 * ]
 * 
 * */    

getStates()

Get states

const states = getStates();
// => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
1.0.11

1 month ago

1.0.10

3 months ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago