countries-state-city-dropdown
v2.0.7
Published
Get all the country, state ,city list
Downloads
2
Readme
what is this ?
Get all states and citys and countries
installation
npm i countries-state-city-dropdown --save
Then...
import worldData from 'countries-state-city-dropdown'
#Get list of all Countries
const countriesList = worldData.getAllCountries();
#Get list of all States from World
const statesList = worldData.getAllStates();
Get list of all Cities from world
const citiesList = worldData.getAllCitys();