1.0.9 • Published 4 years ago

country-city-state v1.0.9

Weekly downloads
23
License
MIT
Repository
github
Last release
4 years ago

Countries, States, Cities JSON Database

Install

npm i --save country-city-state

Usage

const countryCityState = require('country-city-state')

const regions = countryCityState.getCountryRegions('RU')
const cities = countryCityState.getCountryCities('RU')

Countries

BY

KZ

RU

UA

Methods

getCountry(countryCode)

getRegion(regionCode)

getCity(cityId)

getCountryRegions(countryCode)

getCountryCities(countryCode)

getRegionCities(regionCode)

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago