Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 471 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 471 Bytes

Turkish to English

This repository is Turkish characters convert to English characters easily.

Installation

npm install turkishtoenglish

Usage

Now that you have not done anything it's time to build your application:

var turkishtoEnglish = require('turkishtoenglish');
var convertedText = turkishtoEnglish("Şu yoğurdu sarımsaklasak da mı saklasak?")
console.log(convertedText); // Su yogurdu sarimsaklasak da mi saklasak?

That is all.