turkey-city-regions
v1.0.3
Published
Current data of provinces, districts, districts and neighborhoods in Turkey
Downloads
18
Maintainers
Readme
turkey-city-regions
If you want the list of Turkey regions, you can easily include it in your project and use it.
Source data url
How to use?: example
npm install turkey-city-regions
import TurkeyRegions turkey-city-regions
var allAreas = TurkeyRegions.getAllData // all data list <Array>
//Example
[ { il: 'ADANA',
ilce: 'ALADAĞ',
semt: 'ALADAĞ',
mahalle: 'AKPINAR MAH',
posta_kodu: '01720' }
....
]