1.2.0 • Published 3 years ago
@zonxpk/thailand-address v1.2.0
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))