1.0.0 • Published 3 years ago

@bilions/thailand-address v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

npm install @bilions/thailand-address

import thailandAddress from '@bilions/thailand-address'

let thailandAddress = require('@bilions/thailand-address')

console.log(thailandAddress.getProvinces())
console.log(thailandAddress.getDistricts(1))
console.log(thailandAddress.getSubDistricts(1))
  • getProvinces()

  • getDistricts(provinceId)

  • getSubDistricts(districtId)