How to get the weather information from the web server?

How to get the weather information from the web server?

BY 06 Nov 2015 Web Code Snippet
■ Summary
– This code is getting the weather information from KMA sites. (kma.go.kr)

■ Data Format
– http://www.kma.go.kr/wid/queryDFSRSS.jsp

■ Reference Sites
http://www.w3schools.com/xml/dom_httprequest.asp
Written by