country-province-data
v1.0.0
Published
An array of countries with the information you need for an address form.
Downloads
131
Maintainers
Readme
Country and Province Data
Method
var countryProvinceData = require("country-province-data")
Requiring the module gives you an array of countries with the information you need for an address form.
Data Format
Each country object contains:
- name
- code
- label
- zip_label
- zip_required
- province_label
- provinces
- province_labels
- province_codes
- province_alternate_names
install
With npm do:
npm install country-province-data
License
MIT