state_city_pincode
Version:
A utility package giving a list of postal codes for the received state and city. Currently works for India
37 lines • 669 B
JavaScript
module.exports = [
"Gujarat",
"Haryana",
"Himachal Pradesh",
"Jammu & Kashmir",
"Kerala",
"Maharashtra",
"Manipur",
"Meghalaya",
"Karnataka",
"Assam",
"Delhi",
"Andhra Pradesh",
"Uttar Pradesh",
"Chattisgarh",
"West Bengal",
"Bihar",
"Madhya Pradesh",
"Sikkim",
"Arunachal Pradesh",
"Mizoram",
"Goa",
"Tamil Nadu",
"Tripura",
"Nagaland",
"Odisha",
"Pondicherry",
"Punjab",
"Rajasthan",
"Andaman & Nicobar Islands",
"Telangana",
"Dadra and Nagar Haveli and Daman and Diu",
"Jharkhand",
"Uttarakhand",
"Lakshadweep",
"Chandigarh"
]