Skip to content

Instantly share code, notes, and snippets.

@7696122
Last active December 10, 2015 10:59
Show Gist options
  • Save 7696122/4424658 to your computer and use it in GitHub Desktop.
Save 7696122/4424658 to your computer and use it in GitHub Desktop.
(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