Skip to content

Instantly share code, notes, and snippets.

View sametcandan14's full-sized avatar

Samet Candan sametcandan14

View GitHub Profile
@sametcandan14
sametcandan14 / cities_of_turkey.json
Created November 25, 2022 19:24 — forked from ozdemirburak/cities_of_turkey.json
List of cities in Turkey presented in JSON format with the information of name, latitude, longitude, population and region.
[
{
"id": 1,
"name": "Adana",
"latitude": "37.0000",
"longitude": "35.3213",
"population": 2183167,
"region": "Akdeniz"
},
{