openweather MAP 해외천기 활용가능한 API
<openweathermap> 필요한 이유: 현재 서비스에 적용된 날씨는 국내 데이터이므로 말레이시아 날씨 데이터에 변경이 필요.
- 부분 무료 API – 사용 방법 – 해당 사이트에 가입 > API 사용 – https://openweathermap.org/api-Json 형태의 데이터가 온다 – https://api.openweathermap.org/data/2.5/weather?q = 도시명 & units = & lang = kr & appid = 내 apikey 값 ex) https://api.openweathermap.org/data/2.5/weather?q=Malaysia&units=&lang=kr&appid = 내 apikey 값
- 5일 날씨 (3시간 걱정으로 5일 정보 표시) https://api.openweathermap.org/data/2.5/forecast?q=Malaysia&units=&lang=kr&appid=d 내 apikey 값
-온도는 절대온도로 표기하므로 273.15도를 줄여야 한다.
Controller
weather . jsp
도시 이름은 △쿠알라룸프 △쿠친은 △Kuching △코타키나발루는 △Kota로 해야 한다.