2.0.7 • Published 5 years ago

countries-state-city-dropdown v2.0.7

Weekly downloads
10
License
ISC
Repository
-
Last release
5 years ago

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();
 
2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.3

5 years ago

2.0.4

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago