iranslocations
v1.0.6
Published
get States and Cities of Iran
Maintainers
Readme
iranslocations
Hi! Everyone this package will help you to get cities and states of Iran by some functions
iranslocations package exports three functions :
getStates() // get all states of Iran
getCities() // get all cities of Iran
getCertainCities( stateId ) // get certain cities of Iran related by given stateId
Usage
npm i iranslocationsconst {
getStates,
getCities,
getCertainCities,
} = require('iranslocations');