Package Exports
- turkey-city-regions
- turkey-city-regions/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (turkey-city-regions) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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' }
....
]