vk-country-state-city
1.0.3 • Public • Published Installation
$ npm i vk-country-state-city
Usage
import {getCountries, getStates, getCities} from "vk-country-state-city"
const main = async () => {
const countries = await getCountries()
const country = countries[0].name
console.log(country) // Eg: [{name:"India",iso2:"IN",iso3:"IND"}]
const states = await getStates(country)
const state = states[0].name
console.log(state) // Eg: [{name:"Kerala",code:"KL"}]
const cities = await getCities(country, state)
console.log(cities) // Eg: ["kozhikode"]
}
main()
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
1.0.3 | 2 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
1.0.3 | 2 | |
1.0.2 | 0 | |
1.0.1 | 0 | |
1.0.0 | 0 | |
Package Sidebar
Install
npm i vk-country-state-city
Weekly Downloads