Skip to content

Instantly share code, notes, and snippets.

@ademilter
Last active February 22, 2020 11:16
Show Gist options
  • Select an option

  • Save ademilter/10b281286633ceeaf2cb to your computer and use it in GitHub Desktop.

Select an option

Save ademilter/10b281286633ceeaf2cb to your computer and use it in GitHub Desktop.
Durak ara için
// http://www.iett.gov.tr/tr/main/ajaxDurakSonuc/?q=A0049B
// linkteki sonuca hat_yonu, location alanları da gelmeli.
"item": {
"durak_adi": "SANAYİ CADDESİ",
"durak_kodu": "A23",
"hat_yonu": "G",
"location": "Yenibosna",
"yaklasan_hatlar": [
// tmplSearchBriefStation içindeki footer
<footer class="SearchBriefFooter">
<a class="button button--success" href="http://www.iett.gov.tr/tr/main/duraklar/{{item.durak_kodu}}">
TÜM BİLGİLER
<svg class="icon">
<use xlink:href="#icon-arrow-right"></use>
</svg>
</a>
</footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment