Skip to content

It shows all the cities in Turkey, the districts of the cities, the neighborhood-village data of the districts as both SOAP and JSON web services in relation to each other.

Notifications You must be signed in to change notification settings

kadocolak/turkey-city-district-town-web-service

Repository files navigation

Turkey city-district-town web service

What will this do for me?

It will allow you to access all the cities in Turkey, the districts of the cities, the neighborhood-village data of the districts on any server, free of charge and without having to save them on your computer.

How is the design of the project?

In short, divide - divide - rule. Data extraction operations are in a separate class structure. The word checks (are there any spaces, capitalize all etc..) are in a separate place, the model, that is, the database is in another folder..

Are there any links I can access?

Of course.

ASMX Web Service;
-> https://api.kadircolak.com/Konum/SOAP/TurkeyLocation.asmx JSON Web Service
-> https://api.kadircolak.com/Konum/JSON/API/DeveloperInfo (Developer user info)
-> https://api.kadircolak.com/Konum/JSON/API/ShowAllCity (Show all city)
-> https://api.kadircolak.com/Konum/JSON/API/ShowDistrict?plate=34 (All districts in Istanbul)
-> https://api.kadircolak.com/Konum/JSON/API/ShowTown?plate=34&district=BAŞAKŞEHİR (All neighborhoods and villages in Başakşehir district of Istanbul city)

How is the file location configuration?

localhost:3000/SOAP/TurkeyLocation.asmx
localhost:3000/JSON/API/ShowAllCity

Where can I access the project's data source?

It will be shared as a new repository on my Github profile.

What are the technologies used?

-> Microsoft SQL Server
-> ASP.NET MVC
-> HTML - CSS - JS
-> ASMX Web Service
-> Rest Full Apı (JSON)

About

It shows all the cities in Turkey, the districts of the cities, the neighborhood-village data of the districts as both SOAP and JSON web services in relation to each other.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published