소프트웨어/Android

[android] rest api 연습하기

개발자_이훈규 2016. 7. 29. 10:40

출처 : 조대협님의 블로그, http://bcho.tistory.com/1050


http://www.openweathermap.org/current



openweathermap.org는 회원가입 후 api key를 발급받아야 한다.

무료이고 key도 몇개든 발급받을 수 있다고 한다.


key를 사용하는 방법은 아래와 같다.

http://api.openweathermap.org/data/2.5/weather?lat=37&lon=127&APPID={api key}

자세히보기