Last active
February 22, 2020 11:16
-
-
Save ademilter/10b281286633ceeaf2cb to your computer and use it in GitHub Desktop.
Durak ara için
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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