パッケージの詳細

turkey-city-regions

ferdiozer18ISC1.0.3

Current data of provinces, districts, districts and neighborhoods in Turkey

nodejs, turkey, provinces, districts

readme

NPM

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

https://postakodu.ptt.gov.tr

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' }
    ....
]