@zonxpk/thailand-address
v1.2.0
Published
Thailand Address in English and Thailand Translation Forked from @bilions/thailand-address Updated 2022
Downloads
19
Readme
npm install @zonxpk/thailand-address
import thailandAddress from '@zonxpk/thailand-address'
let thailandAddress = require('@zonxpk/thailand-address')
console.log(thailandAddress.getProvinces())
console.log(thailandAddress.getProvinceById(1))
console.log(thailandAddress.getDistricts(1))
console.log(thailandAddress.getDistrictById(1))
console.log(thailandAddress.getSubDistricts(1))
console.log(thailandAddress.getSubDistrictById(1))
console.log(thailandAddress.getZipCodeBySubDistrict(1))
getProvinces())
getProvinceById(provinceId))
getDistricts(provinceId))
getDistrictById(districtId))
getSubDistricts(subDistrictId))
getSubDistrictById(subDistrictId))
getZipCodeBySubDistrict(subDistrictId))