1.0.9 • Published 5 years ago

country-city-state v1.0.9

Weekly downloads
23
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.8

5 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago