One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| TÜM TÜRKÇE KARAKTERLER | |
| \u00E7\u011F\u0131\u00F6\u015F\u00FC\u00C7\u0130\u011E\u00D6\u015E\u00DC | |
| TÜM TÜRKÇE SESLİ KARAKTERLER | |
| \u0131\u00F6\u00FC\u0130\u00D6\u00DC | |
| ç --> \u00E7 | |
| ğ --> \u011F | |
| ı --> \u0131 | |
| ö --> \u00F6 |
The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.
The correct way of creating a private frok by duplicating the repo is documented here.
For this assignment the commands are:
git clone --bare [email protected]:usi-systems/easytrace.git
| String.prototype.turkishtoEnglish = function () { | |
| return this.replace('Ğ','g') | |
| .replace('Ü','u') | |
| .replace('Ş','s') | |
| .replace('I','i') | |
| .replace('İ','i') | |
| .replace('Ö','o') | |
| .replace('Ç','c') | |
| .replace('ğ','g') | |
| .replace('ü','u') |
Türkiye'nin illeri, ilçeleri, mahalleleri ve köyleri (ve beldeleri) hakkında bilgi içeren API.
API ana alan adı olarak turkiyeapi.dev kullanır. Ziyaret edebilirsiniz: turkiyeapi.dev
The hosting migration process began today (October 5, 2025), at 2:10 PM. Starting today, the main domain and endpoint for v1 will be api.turkiyeapi.dev + /v1/. To maintain and don't break the previous turkiyeapi.dev + /api/v1/ usage, requests sent to the old route will be redirected to the new route with a 301 status code. However, you can still switch to the new route in your source code to minimize latency.