Last active
December 10, 2015 10:59
-
-
Save 7696122/4424658 to your computer and use it in GitHub Desktop.
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
(setq serviceKey "인증키") | |
(setq serviceUrl "http://ws.bus.go.kr/api/rest/stationinfo/getStationByName") | |
(setq stationName "한강중학교") | |
(setq url (concat serviceUrl | |
"?ServiceKey=" | |
serviceKey | |
"&stSrch=" | |
stationName)) | |
(browse-url url) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment