0.2.4 • Published 2 years ago

sehir v0.2.4

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

Sehir

A function that returns unified Turkish city names. Some cities have multiple names and this component can help you to get the unique name from any city name given. And also helps deal with the classic "I" vs "İ" problem.

Installation

NPM

npm install sehir

YARN

yarn add sehir

Usage

  import { sehir } from 'sehir';

  sehir("içel") // returns mersin
  sehir("antakya") // returns hatay
  sehir("izmit") // returns kocaeli
  sehir("koCaeli") // returns kocaeli
  sehir("aNTaLyA") // returns antalya
0.2.4

2 years ago

0.1.0

3 years ago

0.2.1

3 years ago

0.1.2

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.4

3 years ago

0.0.1

6 years ago